comparison lisp/simple.el @ 90375:e6bf73e43cf4

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 164-184) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: man/mh-e.texi (Folders): Various edits. - Update from erc--emacs--0 * gnus--rel--5.10 (patch 62-70) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 28 Mar 2006 23:08:20 +0000
parents a802c5505156 5dfbb2116f2d
children 65ca8fb66a0d
comparison
equal deleted inserted replaced
90374:cf65b3d033bb 90375:e6bf73e43cf4
3194 3194
3195 With a double \\[universal-argument] prefix argument, e.g. \\[universal-argument] \ 3195 With a double \\[universal-argument] prefix argument, e.g. \\[universal-argument] \
3196 \\[universal-argument] \\[set-mark-command], unconditionally 3196 \\[universal-argument] \\[set-mark-command], unconditionally
3197 set mark where point is. 3197 set mark where point is.
3198 3198
3199 Setting the mark also sets the \"region\", which is the closest
3200 equivalent in Emacs to what some editors call the \"selection\".
3201
3199 Novice Emacs Lisp programmers often try to use the mark for the wrong 3202 Novice Emacs Lisp programmers often try to use the mark for the wrong
3200 purposes. See the documentation of `set-mark' for more information." 3203 purposes. See the documentation of `set-mark' for more information."
3201 (interactive "P") 3204 (interactive "P")
3202 (if (eq transient-mark-mode 'lambda) 3205 (if (eq transient-mark-mode 'lambda)
3203 (setq transient-mark-mode nil)) 3206 (setq transient-mark-mode nil))