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
This commit is contained in:
Stefan Kangas 2022-11-16 08:41:29 +01:00
commit 60f2bb862f

View file

@ -50,10 +50,10 @@ Ring}. Additionally, some commands will have an effect even on an
inactive region (for example @dfn{upcase-region}). You can also
reactivate the region with commands like @kbd{C-x C-x}.
The above default behavior is known as Transient Mark mode.
Disabling Transient Mark mode switches Emacs to an alternative
behavior, in which the region is usually not highlighted.
@xref{Disabled Transient Mark}.
The above behavior, which is the default in interactive sessions, is
known as Transient Mark mode. Disabling Transient Mark mode switches
Emacs to an alternative behavior, in which the region is usually not
highlighted. @xref{Disabled Transient Mark}.
@vindex highlight-nonselected-windows
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.
The default behavior of the mark and region, in which setting the
mark activates it and highlights the region, is called Transient Mark
mode. This is a minor mode that is enabled by default. It can be
toggled with @kbd{M-x transient-mark-mode}, or with the
@samp{Highlight Active Region} menu item in the @samp{Options} menu.
Turning it off switches Emacs to an alternative mode of operation:
mode. This is a minor mode that is enabled by default in interactive
sessions. It can be toggled with @kbd{M-x transient-mark-mode}, or
with the @samp{Highlight Active Region} menu item in the
@samp{Options} menu. Turning it off switches Emacs to an alternative
mode of operation:
@itemize @bullet
@item