(set-mark-command): Doc fix.
This commit is contained in:
parent
ab9b3866b8
commit
7cb4236238
1 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue