aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-11-16 08:41:29 +0100
committerStefan Kangas2022-11-16 08:41:29 +0100
commit60f2bb862f834fcb580d839ac79b30a8b4cd4167 (patch)
tree21be14ad9ce5c187b8ddf71828ccd6828ff0bf58
parent690f7ac86ad9a9d714b1107d05c5e856a43bb18d (diff)
parent56026242e462e8834337f118baaa9c49e2411f7d (diff)
downloademacs-60f2bb862f834fcb580d839ac79b30a8b4cd4167.tar.gz
emacs-60f2bb862f834fcb580d839ac79b30a8b4cd4167.zip
Merge from origin/emacs-28
56026242e4 Explain how to bind keys to non-ASCII sequences 7d592db0ab Document that 'transient-mark-mode' is off in batch mode # Conflicts: # doc/emacs/custom.texi # doc/emacs/mark.texi
-rw-r--r--doc/emacs/mark.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index db96093a171..5472a288d1e 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -50,10 +50,10 @@ Ring}. Additionally, some commands will have an effect even on an
50inactive region (for example @dfn{upcase-region}). You can also 50inactive region (for example @dfn{upcase-region}). You can also
51reactivate the region with commands like @kbd{C-x C-x}. 51reactivate the region with commands like @kbd{C-x C-x}.
52 52
53 The above default behavior is known as Transient Mark mode. 53 The above behavior, which is the default in interactive sessions, is
54Disabling Transient Mark mode switches Emacs to an alternative 54known as Transient Mark mode. Disabling Transient Mark mode switches
55behavior, in which the region is usually not highlighted. 55Emacs to an alternative behavior, in which the region is usually not
56@xref{Disabled Transient Mark}. 56highlighted. @xref{Disabled Transient Mark}.
57 57
58@vindex highlight-nonselected-windows 58@vindex highlight-nonselected-windows
59 Setting the mark in one buffer has no effect on the marks in other 59 Setting the mark in one buffer has no effect on the marks in other
@@ -455,10 +455,11 @@ motion keys will extend the region set by shift-selection.
455 455
456 The default behavior of the mark and region, in which setting the 456 The default behavior of the mark and region, in which setting the
457mark activates it and highlights the region, is called Transient Mark 457mark activates it and highlights the region, is called Transient Mark
458mode. This is a minor mode that is enabled by default. It can be 458mode. This is a minor mode that is enabled by default in interactive
459toggled with @kbd{M-x transient-mark-mode}, or with the 459sessions. It can be toggled with @kbd{M-x transient-mark-mode}, or
460@samp{Highlight Active Region} menu item in the @samp{Options} menu. 460with the @samp{Highlight Active Region} menu item in the
461Turning it off switches Emacs to an alternative mode of operation: 461@samp{Options} menu. Turning it off switches Emacs to an alternative
462mode of operation:
462 463
463@itemize @bullet 464@itemize @bullet
464@item 465@item