aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/newcomment.el2
2 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1b42ae36839..9ffff9d6da8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -23,8 +23,6 @@
23 * w32-fns.el (set-message-beep): 23 * w32-fns.el (set-message-beep):
24 * term/w32-win.el (set-message-beep): Update declarations. 24 * term/w32-win.el (set-message-beep): Update declarations.
25 25
26 * newcomment.el (comment-normalize-vars): Doc fix (presumably).
27
282012-10-09 Stefan Monnier <monnier@iro.umontreal.ca> 262012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
29 27
30 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified) 28 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index 4dc94b6bd6b..6d2eed71948 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -327,7 +327,7 @@ terminated by the end of line (i.e. `comment-end' is empty)."
327;;;###autoload 327;;;###autoload
328(defun comment-normalize-vars (&optional noerror) 328(defun comment-normalize-vars (&optional noerror)
329 "Check and setup the variables needed by other commenting functions. 329 "Check and setup the variables needed by other commenting functions.
330Any command calling functions from newcomment.el, besides entry points, should 330Any command calling functions from newcomment.el, being entry points, should
331call this function before any other, so the rest of the code can assume that 331call this function before any other, so the rest of the code can assume that
332the variables are properly set." 332the variables are properly set."
333 (unless (and (not comment-start) noerror) 333 (unless (and (not comment-start) noerror)