aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-20 13:53:49 +0000
committerJuanma Barranquero2005-06-20 13:53:49 +0000
commitcc4cb0f5cb9425b6f5b5a62a1b7dd534dc6d698f (patch)
tree9e8924aff4e1eeaa3fbea2e2e0f931922133da50
parentb4e49aee845c2666cea162e3fc83d977207392b9 (diff)
downloademacs-cc4cb0f5cb9425b6f5b5a62a1b7dd534dc6d698f.tar.gz
emacs-cc4cb0f5cb9425b6f5b5a62a1b7dd534dc6d698f.zip
(comment-line-break-function): Doc fix: don't say variable is automatically
buffer-local (it isn't).
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/simple.el4
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 @@
7 * simple.el (kill-whole-line): Doc fix. 7 * simple.el (kill-whole-line): Doc fix.
8 (next-error-buffer-p, next-error-find-buffer) 8 (next-error-buffer-p, next-error-find-buffer)
9 (clone-indirect-buffer): Fix typos in docstrings. 9 (clone-indirect-buffer): Fix typos in docstrings.
10 (comment-line-break-function): Doc fix: don't say variable
11 is automatically buffer-local (it isn't).
10 12
112005-06-19 Michael Albinus <michael.albinus@gmx.de> 132005-06-19 Michael Albinus <michael.albinus@gmx.de>
12 14
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."
3925 3925
3926This function is only called during auto-filling of a comment section. 3926This function is only called during auto-filling of a comment section.
3927The function should take a single optional argument, which is a flag 3927The function should take a single optional argument, which is a flag
3928indicating whether it should use soft newlines. 3928indicating whether it should use soft newlines.")
3929
3930Setting this variable automatically makes it local to the current buffer.")
3931 3929
3932;; This function is used as the auto-fill-function of a buffer 3930;; This function is used as the auto-fill-function of a buffer
3933;; when Auto-Fill mode is enabled. 3931;; when Auto-Fill mode is enabled.