summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-09 09:30:12 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-09 09:30:12 -0700
commitd41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc (patch)
tree59ef8b3e51261e68aea57919e0654bf5b9fb72e0 /lisp/newcomment.el
parent0a078f36546e47308e01c86a0658fff408c0664e (diff)
downloademacs-d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc.tar.gz
emacs-d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc.tar.bz2
emacs-d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc.zip
Revert incorrect doc fix from 2012-10-09T07:06:54Z!rgm@gnu.org
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el2
1 files changed, 1 insertions, 1 deletions
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)