diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-28 14:52:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-28 14:52:37 +0000 |
commit | ec221d13b75a2fedd86911ab92e105262ac098ee (patch) | |
tree | f8a7f2f95d3772348bc80ec531940646d8e594b4 /lispref/markers.texi | |
parent | a6b7947839908b6b55f1e83caec1f6450afc1e13 (diff) | |
download | emacs-ec221d13b75a2fedd86911ab92e105262ac098ee.tar.gz |
entered into RCS
Diffstat (limited to 'lispref/markers.texi')
-rw-r--r-- | lispref/markers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi index ae2deeb9b4d..ef991890a18 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -441,7 +441,7 @@ This function is @emph{only} intended for interactive use. This function sets the mark to @var{position}, and activates the mark. The old value of the mark is @emph{not} pushed onto the mark ring. -@strong{Please note:} use this function only if you want the user to +@strong{Please note:} Use this function only if you want 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 @code{mark-ring}. For this reason, most applications should use |