Mercurial > emacs
diff lisp/simple.el @ 61121:ca079ae96939
(set-mark): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 29 Mar 2005 23:17:30 +0000 |
| parents | 43d165e3db5b |
| children | 728460f45e1e 4da4a09e8b1b |
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.
