# HG changeset patch # User Richard M. Stallman # Date 1112138250 0 # Node ID ca079ae96939b875073954276ec5f7644266070d # Parent 8f420e73d2eb3696d59b0be739cd4bc9756d678d (set-mark): Doc fix. diff -r 8f420e73d2eb -r ca079ae96939 lisp/simple.el --- 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.