From: Richard M. Stallman Date: Tue, 29 Mar 2005 23:17:30 +0000 (+0000) Subject: (set-mark): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~1371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f59006cb6e45c0611c6658e8375369f930e02589;p=emacs.git (set-mark): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 4d1369ddeda..753391dabe8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2999,7 +2999,7 @@ the user to see that the mark has moved, and you want the previous mark position to be lost. Normally, when a new mark is set, the old one should go on the stack. -This is why most applications should use push-mark, not set-mark. +This is why most applications should use `push-mark', not `set-mark'. Novice Emacs Lisp programmers often try to use the mark for the wrong purposes. The mark saves a location for the user's convenience.