]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/allout.el: Comment fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 May 2011 20:11:34 +0000 (13:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 May 2011 20:11:34 +0000 (13:11 -0700)
lisp/allout.el

index 736ec42718b0953ee58e64f243b317161718d927..16a816549d24865b6157a517781befd4350d1073 100644 (file)
@@ -6507,7 +6507,7 @@ If BEG is bigger than END we return 0."
 (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)