1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(set-mark): Doc fix.

This commit is contained in:
Richard M. Stallman 2005-03-29 23:17:30 +00:00
parent 39df553f4d
commit f59006cb6e

View 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.