diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-14 13:11:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-14 13:11:34 -0700 |
commit | 3bda1277befe74f084fda9f0ffe7cc3bc412b99e (patch) | |
tree | 90fa10c3b7976253beec7e9311f41d6969f4c13e /lisp/allout.el | |
parent | 2cdee799f00070e5820f8f6444bb00a1049a000a (diff) | |
download | emacs-3bda1277befe74f084fda9f0ffe7cc3bc412b99e.tar.gz |
* lisp/allout.el: Comment fix.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 736ec42718b..16a816549d2 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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) |