# HG changeset patch # User Richard M. Stallman # Date 1179528956 0 # Node ID ad5cb9373c74c4dc879e5cdcc5fe964e3f32ee28 # Parent 7398eadfb65d72d3dc54b04fc873cc0cf3d1fef0 (push-mark): Doc fix. diff -r 7398eadfb65d -r ad5cb9373c74 lisp/simple.el --- a/lisp/simple.el Fri May 18 22:32:08 2007 +0000 +++ b/lisp/simple.el Fri May 18 22:55:56 2007 +0000 @@ -3271,12 +3271,11 @@ If the last global mark pushed was not in the current buffer, also push LOCATION on the global mark ring. Display `Mark set' unless the optional second arg NOMSG is non-nil. -In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil. Novice Emacs Lisp programmers often try to use the mark for the wrong purposes. See the documentation of `set-mark' for more information. -In Transient Mark mode, this does not activate the mark." +In Transient Mark mode, activate mark if optional third arg ACTIVATE non-nil." (unless (null (mark t)) (setq mark-ring (cons (copy-marker (mark-marker)) mark-ring)) (when (> (length mark-ring) mark-ring-max)