diff options
| author | Eli Zaretskii | 2001-03-30 11:37:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-30 11:37:52 +0000 |
| commit | 8e843bc4c77b5d116c6464e2ed1afcf741ea830e (patch) | |
| tree | 773fe725730f4f09a575fc120b68b808b89d23d3 /lisp | |
| parent | 1a518f2c8b1a62b8bc3e6d955fe8625f19c3d46a (diff) | |
| download | emacs-8e843bc4c77b5d116c6464e2ed1afcf741ea830e.tar.gz emacs-8e843bc4c77b5d116c6464e2ed1afcf741ea830e.zip | |
(transient-mark-mode): Mention ESC ESC ESC in the doc string as well.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index f33aab1a788..e4f5108c356 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2361,7 +2361,8 @@ So do certain other operations that set the mark | |||
| 2361 | but whose main purpose is something else--for example, | 2361 | but whose main purpose is something else--for example, |
| 2362 | incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]. | 2362 | incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]. |
| 2363 | 2363 | ||
| 2364 | You can also deactivate the mark by typing \\[keyboard-quit]. | 2364 | You can also deactivate the mark by typing \\[keyboard-quit] or |
| 2365 | \\[keyboard-escape-quit]. | ||
| 2365 | 2366 | ||
| 2366 | Many commands change their behavior when Transient Mark mode is in effect | 2367 | Many commands change their behavior when Transient Mark mode is in effect |
| 2367 | and the mark is active, by acting on the region instead of their usual | 2368 | and the mark is active, by acting on the region instead of their usual |