# HG changeset patch # User Juanma Barranquero # Date 1119275527 0 # Node ID 5f8cc0ba19ce89c811f7351fc4f463526d68e28d # Parent 4c33b0ac74a3b0f24fa465ff71fd27a17ecc046c (comment-line-break-function): Doc fix: don't say variable is automatically buffer-local (it isn't). diff -r 4c33b0ac74a3 -r 5f8cc0ba19ce lisp/simple.el --- 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.