* 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>
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.