Improve indexing of 'C-SPC C-SPC'
* doc/emacs/mark.texi (Disabled Transient Mark): Fix indexing. (Bug#32959)
This commit is contained in:
parent
89a73016f7
commit
af80b10612
1 changed files with 2 additions and 1 deletions
|
@ -444,12 +444,13 @@ from point to the end of the buffer. Commands that act this way are
|
||||||
identified in their own documentation.
|
identified in their own documentation.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
@cindex enabling Transient Mark mode temporarily
|
||||||
While Transient Mark mode is off, you can activate it temporarily
|
While Transient Mark mode is off, you can activate it temporarily
|
||||||
using @kbd{C-@key{SPC} C-@key{SPC}} or @kbd{C-u C-x C-x}.
|
using @kbd{C-@key{SPC} C-@key{SPC}} or @kbd{C-u C-x C-x}.
|
||||||
|
|
||||||
@table @kbd
|
@table @kbd
|
||||||
@item C-@key{SPC} C-@key{SPC}
|
@item C-@key{SPC} C-@key{SPC}
|
||||||
@kindex C-SPC C-SPC@r{, disabling Transient Mark}
|
@kindex C-SPC C-SPC@r{, enabling Transient Mark temporarily}
|
||||||
Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable
|
Set the mark at point (like plain @kbd{C-@key{SPC}}) and enable
|
||||||
Transient Mark mode just once, until the mark is deactivated. (This
|
Transient Mark mode just once, until the mark is deactivated. (This
|
||||||
is not really a separate command; you are using the @kbd{C-@key{SPC}}
|
is not really a separate command; you are using the @kbd{C-@key{SPC}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue