From cc4cb0f5cb9425b6f5b5a62a1b7dd534dc6d698f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 20 Jun 2005 13:53:49 +0000 Subject: [PATCH] (comment-line-break-function): Doc fix: don't say variable is automatically buffer-local (it isn't). --- lisp/ChangeLog | 2 ++ 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 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. -- 2.39.2