+2012-10-09 Glenn Morris <rgm@gnu.org>
+
+ * newcomment.el (comment-normalize-vars): Doc fix (presumably).
+
2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
* bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
;;;###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)