(comment-line-break-function): Doc fix: don't say variable is automatically
buffer-local (it isn't).
This commit is contained in:
parent
b4e49aee84
commit
cc4cb0f5cb
2 changed files with 3 additions and 3 deletions
|
@ -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 <michael.albinus@gmx.de>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue