mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 07:31:13 -08:00
Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.org
This commit is contained in:
parent
0a078f3654
commit
d41b45329c
2 changed files with 1 additions and 3 deletions
|
|
@ -23,8 +23,6 @@
|
|||
* w32-fns.el (set-message-beep):
|
||||
* term/w32-win.el (set-message-beep): Update declarations.
|
||||
|
||||
* newcomment.el (comment-normalize-vars): Doc fix (presumably).
|
||||
|
||||
2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@ terminated by the end of line (i.e. `comment-end' is empty)."
|
|||
;;;###autoload
|
||||
(defun comment-normalize-vars (&optional noerror)
|
||||
"Check and setup the variables needed by other commenting functions.
|
||||
Any command calling functions from newcomment.el, besides entry points, should
|
||||
Any command calling functions from newcomment.el, being entry points, should
|
||||
call this function before any other, so the rest of the code can assume that
|
||||
the variables are properly set."
|
||||
(unless (and (not comment-start) noerror)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue