Mercurial > emacs
changeset 63595:5f8cc0ba19ce
(comment-line-break-function): Doc fix: don't say variable is automatically
buffer-local (it isn't).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 20 Jun 2005 13:52:07 +0000 |
parents | 4c33b0ac74a3 |
children | aca0e2d39e7d |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Jun 20 10:45:31 2005 +0000 +++ b/lisp/simple.el Mon Jun 20 13:52:07 2005 +0000 @@ -3925,9 +3925,7 @@ 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.