diff options
| author | Stefan Kangas | 2022-11-16 08:41:29 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-16 08:41:29 +0100 |
| commit | 60f2bb862f834fcb580d839ac79b30a8b4cd4167 (patch) | |
| tree | 21be14ad9ce5c187b8ddf71828ccd6828ff0bf58 | |
| parent | 690f7ac86ad9a9d714b1107d05c5e856a43bb18d (diff) | |
| parent | 56026242e462e8834337f118baaa9c49e2411f7d (diff) | |
| download | emacs-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.texi | 17 |
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 | |||
| 50 | inactive region (for example @dfn{upcase-region}). You can also | 50 | inactive region (for example @dfn{upcase-region}). You can also |
| 51 | reactivate the region with commands like @kbd{C-x C-x}. | 51 | reactivate 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 |
| 54 | Disabling Transient Mark mode switches Emacs to an alternative | 54 | known as Transient Mark mode. Disabling Transient Mark mode switches |
| 55 | behavior, in which the region is usually not highlighted. | 55 | Emacs to an alternative behavior, in which the region is usually not |
| 56 | @xref{Disabled Transient Mark}. | 56 | highlighted. @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 |
| 457 | mark activates it and highlights the region, is called Transient Mark | 457 | mark activates it and highlights the region, is called Transient Mark |
| 458 | mode. This is a minor mode that is enabled by default. It can be | 458 | mode. This is a minor mode that is enabled by default in interactive |
| 459 | toggled with @kbd{M-x transient-mark-mode}, or with the | 459 | sessions. It can be toggled with @kbd{M-x transient-mark-mode}, or |
| 460 | @samp{Highlight Active Region} menu item in the @samp{Options} menu. | 460 | with the @samp{Highlight Active Region} menu item in the |
| 461 | Turning it off switches Emacs to an alternative mode of operation: | 461 | @samp{Options} menu. Turning it off switches Emacs to an alternative |
| 462 | mode of operation: | ||
| 462 | 463 | ||
| 463 | @itemize @bullet | 464 | @itemize @bullet |
| 464 | @item | 465 | @item |