changeset 61121:ca079ae96939

(set-mark): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 29 Mar 2005 23:17:30 +0000
parents 8f420e73d2eb
children 30ce20575d8b
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Tue Mar 29 22:28:27 2005 +0000
+++ b/lisp/simple.el	Tue Mar 29 23:17:30 2005 +0000
@@ -2999,7 +2999,7 @@
 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.