diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/newcomment.el | 2 |
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 | |||
| 28 | 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca> | 26 | 2012-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. |
| 330 | Any command calling functions from newcomment.el, besides entry points, should | 330 | Any command calling functions from newcomment.el, being entry points, should |
| 331 | call this function before any other, so the rest of the code can assume that | 331 | call this function before any other, so the rest of the code can assume that |
| 332 | the variables are properly set." | 332 | the variables are properly set." |
| 333 | (unless (and (not comment-start) noerror) | 333 | (unless (and (not comment-start) noerror) |