]> git.eshelyaron.com Git - emacs.git/commitdiff
(The Mark): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:51:02 +0000 (03:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:51:02 +0000 (03:51 +0000)
doc/lispref/markers.texi

index 38cea0629b48e4b3b3f6e76d4b0725d457851e9e..2d61e33acc3592267b051958673a8745c612454b 100644 (file)
@@ -656,11 +656,11 @@ translation (@pxref{Key Sequence Input, shift-translation}), and if
 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