diff options
| author | Eli Zaretskii | 2001-03-30 08:35:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-30 08:35:49 +0000 |
| commit | 1465c66bbe742ffe29cd55542f358712d7e15ebb (patch) | |
| tree | 1659a55794db99c3d8ebcd8f9b0850da98c4572a | |
| parent | e5551cec26b79455646da12e75056d1acb0872ea (diff) | |
| download | emacs-1465c66bbe742ffe29cd55542f358712d7e15ebb.tar.gz emacs-1465c66bbe742ffe29cd55542f358712d7e15ebb.zip | |
(transient-mark-mode): Mention C-g in the doc string.
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 0e458e6a105..f33aab1a788 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2361,6 +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]. | ||
| 2365 | |||
| 2364 | Many commands change their behavior when Transient Mark mode is in effect | 2366 | Many commands change their behavior when Transient Mark mode is in effect |
| 2365 | and the mark is active, by acting on the region instead of their usual | 2367 | and the mark is active, by acting on the region instead of their usual |
| 2366 | default part of the buffer's text. Examples of such commands include | 2368 | default part of the buffer's text. Examples of such commands include |