aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-25 03:51:02 +0000
committerChong Yidong2008-11-25 03:51:02 +0000
commit1badc63c699b6bc1bc6816488599c6fb5e4fd49c (patch)
tree119aaf1aa72f10952e16b1feb78973415472d352
parent4185820cd1b64ca5de6c0da7241def039ced3b46 (diff)
downloademacs-1badc63c699b6bc1bc6816488599c6fb5e4fd49c.tar.gz
emacs-1badc63c699b6bc1bc6816488599c6fb5e4fd49c.zip
(The Mark): Fix typo.
-rw-r--r--doc/lispref/markers.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index 38cea0629b4..2d61e33acc3 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -656,11 +656,11 @@ translation (@pxref{Key Sequence Input, shift-translation}), and if
656so, sets the mark and temporarily activates the region, unless the 656so, sets the mark and temporarily activates the region, unless the
657region is already temporarily activated in this way. If the command 657region is already temporarily activated in this way. If the command
658was invoked without shift translation, or if the optional argument 658was invoked without shift translation, or if the optional argument
659@var{deactivate} is non-nil, the function deactivates the mark. This 659@var{deactivate} is non-@code{nil}, the function deactivates the mark.
660function is called whenever a command with a @samp{^} character in its 660This function is called whenever a command with a @samp{^} character
661@code{interactive} spec (@pxref{Interactive Codes, ^}) is invoked 661in its @code{interactive} spec (@pxref{Interactive Codes, ^}) is
662while @code{shift-select-mode} (@pxref{Shift Selection,,, emacs, The 662invoked while @code{shift-select-mode} (@pxref{Shift Selection,,,
663GNU Emacs Manual}) is non-@code{nil}. 663emacs, The GNU Emacs Manual}) is non-@code{nil}.
664 664
665@end defun 665@end defun
666 666