aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-10-12 11:31:09 +0300
committerEli Zaretskii2018-10-12 11:31:09 +0300
commitaf80b1061293dc98433ee7b444ddde7979b7883d (patch)
tree2ff8a55d8b687fa9a85b7f31cd3a0608cc9d3464
parent89a73016f71beabbd0617e0963010d5d353e30f1 (diff)
downloademacs-af80b1061293dc98433ee7b444ddde7979b7883d.tar.gz
emacs-af80b1061293dc98433ee7b444ddde7979b7883d.zip
Improve indexing of 'C-SPC C-SPC'
* doc/emacs/mark.texi (Disabled Transient Mark): Fix indexing. (Bug#32959)
-rw-r--r--doc/emacs/mark.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index 10505873c53..9747d0261f6 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -444,12 +444,13 @@ from point to the end of the buffer. Commands that act this way are
444identified in their own documentation. 444identified in their own documentation.
445@end itemize 445@end itemize
446 446
447@cindex enabling Transient Mark mode temporarily
447 While Transient Mark mode is off, you can activate it temporarily 448 While Transient Mark mode is off, you can activate it temporarily
448using @kbd{C-@key{SPC} C-@key{SPC}} or @kbd{C-u C-x C-x}. 449using @kbd{C-@key{SPC} C-@key{SPC}} or @kbd{C-u C-x C-x}.
449 450
450@table @kbd 451@table @kbd
451@item C-@key{SPC} C-@key{SPC} 452@item C-@key{SPC} C-@key{SPC}
452@kindex C-SPC C-SPC@r{, disabling Transient Mark} 453@kindex C-SPC C-SPC@r{, enabling Transient Mark temporarily}
453Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable 454Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable
454Transient Mark mode just once, until the mark is deactivated. (This 455Transient Mark mode just once, until the mark is deactivated. (This
455is not really a separate command; you are using the @kbd{C-@key{SPC}} 456is not really a separate command; you are using the @kbd{C-@key{SPC}}