diff options
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/simple.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1377de8b357..b8db2144aac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,8 @@ * simple.el (kill-whole-line): Doc fix. (next-error-buffer-p, next-error-find-buffer) (clone-indirect-buffer): Fix typos in docstrings. + (comment-line-break-function): Doc fix: don't say variable + is automatically buffer-local (it isn't). 2005-06-19 Michael Albinus <michael.albinus@gmx.de> diff --git a/lisp/simple.el b/lisp/simple.el index 1a74e61ca05..3e00b075ea4 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3925,9 +3925,7 @@ If optional arg REALLY-WORD is non-nil, it finds just a word." This function is only called during auto-filling of a comment section. The function should take a single optional argument, which is a flag -indicating whether it should use soft newlines. - -Setting this variable automatically makes it local to the current buffer.") +indicating whether it should use soft newlines.") ;; This function is used as the auto-fill-function of a buffer ;; when Auto-Fill mode is enabled. |