From: Glenn Morris Date: Tue, 9 Oct 2012 07:06:54 +0000 (-0700) Subject: * lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably). X-Git-Tag: emacs-24.2.90~237^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26b77251570c38b8e96561adf45d17d457e3f40f;p=emacs.git * lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c168a07dde..7a7c96d43ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-10-09 Glenn Morris + + * 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 6d2eed71948..4dc94b6bd6b 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, being entry points, should +Any command calling functions from newcomment.el, besides 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)