emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104233: * lisp/allout.el: Comment fi


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104233: * lisp/allout.el: Comment fix.
Date: Sat, 14 May 2011 13:11:34 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104233
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-14 13:11:34 -0700
message:
  * lisp/allout.el: Comment fix.
modified:
  lisp/allout.el
=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2011-03-29 18:26:01 +0000
+++ b/lisp/allout.el    2011-05-14 20:11:34 +0000
@@ -6507,7 +6507,7 @@
 (defun allout-mark-marker (&optional force buffer)
   "Accommodate the different signature for `mark-marker' across Emacsen.
 
-XEmacs takes two optional args, while mainline GNU Emacs does not,
+XEmacs takes two optional args, while Emacs does not,
 so pass them along when appropriate."
   (if (featurep 'xemacs)
       (apply 'mark-marker force buffer)


reply via email to

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