emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110483: * lisp/newcomment.el (commen


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110483: * lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably).
Date: Tue, 09 Oct 2012 00:06:54 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110483
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-09 00:06:54 -0700
message:
  * lisp/newcomment.el (comment-normalize-vars): Doc fix (presumably).
modified:
  lisp/ChangeLog
  lisp/newcomment.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-09 06:41:07 +0000
+++ b/lisp/ChangeLog    2012-10-09 07:06:54 +0000
@@ -1,3 +1,7 @@
+2012-10-09  Glenn Morris  <address@hidden>
+
+       * newcomment.el (comment-normalize-vars): Doc fix (presumably).
+
 2012-10-09  Stefan Monnier  <address@hidden>
 
        * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)

=== modified file 'lisp/newcomment.el'
--- a/lisp/newcomment.el        2012-10-07 19:48:02 +0000
+++ b/lisp/newcomment.el        2012-10-09 07:06:54 +0000
@@ -327,7 +327,7 @@
 ;;;###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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]