Mercurial > emacs
changeset 99910:ebb16310a01e
(The Mark): Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 25 Nov 2008 03:51:02 +0000 |
parents | 2b9c924c3d42 |
children | c69004518f91 |
files | doc/lispref/markers.texi |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/markers.texi Tue Nov 25 03:50:53 2008 +0000 +++ b/doc/lispref/markers.texi Tue Nov 25 03:51:02 2008 +0000 @@ -656,11 +656,11 @@ so, sets the mark and temporarily activates the region, unless the region is already temporarily activated in this way. If the command was invoked without shift translation, or if the optional argument -@var{deactivate} is non-nil, the function deactivates the mark. This -function is called whenever a command with a @samp{^} character in its -@code{interactive} spec (@pxref{Interactive Codes, ^}) is invoked -while @code{shift-select-mode} (@pxref{Shift Selection,,, emacs, The -GNU Emacs Manual}) is non-@code{nil}. +@var{deactivate} is non-@code{nil}, the function deactivates the mark. +This function is called whenever a command with a @samp{^} character +in its @code{interactive} spec (@pxref{Interactive Codes, ^}) is +invoked while @code{shift-select-mode} (@pxref{Shift Selection,,, +emacs, The GNU Emacs Manual}) is non-@code{nil}. @end defun