]> git.eshelyaron.com Git - emacs.git/commitdiff
(comment-line-break-function): Doc fix: don't say variable is automatically
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 20 Jun 2005 13:53:49 +0000 (13:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 20 Jun 2005 13:53:49 +0000 (13:53 +0000)
buffer-local (it isn't).

lisp/ChangeLog
lisp/simple.el

index 1377de8b357b4d62c8b9b9d484df8a3f6734de76..b8db2144aac0496fd8c1d3bb4b3b33a4b3d59e97 100644 (file)
@@ -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>
 
index 1a74e61ca0592e28ecb3f3d0ae67b0059a49e2d3..3e00b075ea4c20d94edada2c719f804ba7182dea 100644 (file)
@@ -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.