(set-mark-command): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Mar 2006 15:08:28 +0000 (15:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Mar 2006 15:08:28 +0000 (15:08 +0000)
lisp/simple.el

index 73a2807..54ff135 100644 (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")