]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-mark): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 29 Mar 2005 23:17:30 +0000 (23:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 29 Mar 2005 23:17:30 +0000 (23:17 +0000)
lisp/simple.el

index 4d1369ddedae019bf3f2c1aa08913d5af9ef3d76..753391dabe8a13132982fd11ebdafc3455642a78 100644 (file)
@@ -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.