summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/allout.el2
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)