(set-mark-command): Doc fix.

This commit is contained in:
Richard M. Stallman 2006-03-20 15:08:28 +00:00
parent ab9b3866b8
commit 7cb4236238

View file

@ -3196,6 +3196,9 @@ With a double \\[universal-argument] prefix argument, e.g. \\[universal-argument
\\[universal-argument] \\[set-mark-command], unconditionally
set mark where point is.
Setting the mark also sets the \"region\", which is the closest
equivalent in Emacs to what some editors call the \"selection\".
Novice Emacs Lisp programmers often try to use the mark for the wrong
purposes. See the documentation of `set-mark' for more information."
(interactive "P")