diff options
| author | Eli Zaretskii | 2015-02-13 11:09:21 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-13 11:09:21 +0200 |
| commit | 8b3ba7ae659571897f270a657379dce38e59a718 (patch) | |
| tree | b71cd6984de383efeb92586abb91d03bb1c175ab /src/buffer.c | |
| parent | 72fd047e6878f1db44e4d64a2b5049ecf7bac079 (diff) | |
| download | emacs-8b3ba7ae659571897f270a657379dce38e59a718.tar.gz emacs-8b3ba7ae659571897f270a657379dce38e59a718.zip | |
Improve docs of transient-mark-mode (Bug#19841)
src/buffer.c (syms_of_buffer): Doc fix.
lisp/simple.el (transient-mark-mode): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 250d8d24d7b..b3b971633dd 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6242,6 +6242,7 @@ If the buffer has never been shown in a window, the value is nil. */); | |||
| 6242 | See the command `transient-mark-mode' for a description of this minor mode. | 6242 | See the command `transient-mark-mode' for a description of this minor mode. |
| 6243 | 6243 | ||
| 6244 | Non-nil also enables highlighting of the region whenever the mark is active. | 6244 | Non-nil also enables highlighting of the region whenever the mark is active. |
| 6245 | The region is highlighted with the `region' face. | ||
| 6245 | The variable `highlight-nonselected-windows' controls whether to highlight | 6246 | The variable `highlight-nonselected-windows' controls whether to highlight |
| 6246 | all windows or just the selected window. | 6247 | all windows or just the selected window. |
| 6247 | 6248 | ||