aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorGlenn Morris2012-10-09 09:30:12 -0700
committerGlenn Morris2012-10-09 09:30:12 -0700
commitd41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc (patch)
tree59ef8b3e51261e68aea57919e0654bf5b9fb72e0 /lisp/newcomment.el
parent0a078f36546e47308e01c86a0658fff408c0664e (diff)
downloademacs-d41b45329c4cda1696f9c1f4fd6cbbc4ff4f3fcc.tar.gz
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)."
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.
330Any command calling functions from newcomment.el, besides entry points, should 330Any command calling functions from newcomment.el, being entry points, should
331call this function before any other, so the rest of the code can assume that 331call this function before any other, so the rest of the code can assume that
332the variables are properly set." 332the variables are properly set."
333 (unless (and (not comment-start) noerror) 333 (unless (and (not comment-start) noerror)