Mercurial > emacs
diff lisp/simple.el @ 69602:5dfbb2116f2d
(set-mark-command): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 20 Mar 2006 15:08:28 +0000 |
| parents | 7f8930333b39 |
| children | a4e59f3e040c b901f4f12f33 e6bf73e43cf4 |
line wrap: on
line diff
--- a/lisp/simple.el Mon Mar 20 15:05:41 2006 +0000 +++ b/lisp/simple.el Mon Mar 20 15:08:28 2006 +0000 @@ -3196,6 +3196,9 @@ \\[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")
