diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-02-13 11:09:21 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-02-13 11:09:21 +0200 |
commit | 8b3ba7ae659571897f270a657379dce38e59a718 (patch) | |
tree | b71cd6984de383efeb92586abb91d03bb1c175ab /lisp/simple.el | |
parent | 72fd047e6878f1db44e4d64a2b5049ecf7bac079 (diff) | |
download | emacs-8b3ba7ae659571897f270a657379dce38e59a718.tar.gz |
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 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 497e4a1604f..ae07f6237ce 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4810,10 +4810,11 @@ positive, and disable it otherwise. If called from Lisp, enable Transient Mark mode if ARG is omitted or nil. Transient Mark mode is a global minor mode. When enabled, the -region is highlighted whenever the mark is active. The mark is -\"deactivated\" by changing the buffer, and after certain other -operations that set the mark but whose main purpose is something -else--for example, incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]. +region is highlighted with the `region' face whenever the mark +is active. The mark is \"deactivated\" by changing the buffer, +and after certain other operations that set the mark but whose +main purpose is something else--for example, incremental search, +\\[beginning-of-buffer], and \\[end-of-buffer]. You can also deactivate the mark by typing \\[keyboard-quit] or \\[keyboard-escape-quit]. |