diff options
author | Glenn Morris <rgm@gnu.org> | 2012-10-09 00:06:54 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-10-09 00:06:54 -0700 |
commit | 26b77251570c38b8e96561adf45d17d457e3f40f (patch) | |
tree | e287e4a9e00b67e688bffdb05b3e28df4735a83c /lisp/newcomment.el | |
parent | 2c35bdbb581c410b2e5562ee712d1cf170c82480 (diff) | |
download | emacs-26b77251570c38b8e96561adf45d17d457e3f40f.tar.gz emacs-26b77251570c38b8e96561adf45d17d457e3f40f.tar.bz2 emacs-26b77251570c38b8e96561adf45d17d457e3f40f.zip |
* lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably).
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r-- | lisp/newcomment.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |