emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110488: Revert incorrect doc fix fro


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110488: Revert incorrect doc fix from r110483
Date: Tue, 09 Oct 2012 09:30:12 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110488
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-09 09:30:12 -0700
message:
  Revert incorrect doc fix from r110483
modified:
  lisp/ChangeLog
  lisp/newcomment.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-09 12:49:02 +0000
+++ b/lisp/ChangeLog    2012-10-09 16:30:12 +0000
@@ -23,8 +23,6 @@
        * w32-fns.el (set-message-beep):
        * term/w32-win.el (set-message-beep): Update declarations.
 
-       * 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-09 07:06:54 +0000
+++ b/lisp/newcomment.el        2012-10-09 16:30:12 +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, 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)


reply via email to

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