diff options
| author | Glenn Morris | 2012-10-09 09:30:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-09 09:30:12 -0700 |
| commit | d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc (patch) | |
| tree | 59ef8b3e51261e68aea57919e0654bf5b9fb72e0 | |
| parent | 0a078f36546e47308e01c86a0658fff408c0664e (diff) | |
| download | emacs-d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc.tar.gz emacs-d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc.zip | |
Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.org
| -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) |