From d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 9 Oct 2012 09:30:12 -0700 Subject: [PATCH] Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.org --- lisp/ChangeLog | 2 -- lisp/newcomment.el | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b42ae36839..9ffff9d6da8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * 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)." ;;;###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) -- 2.39.2