diff options
| author | Richard M. Stallman | 2004-07-17 14:43:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-07-17 14:43:49 +0000 |
| commit | b3264fd2a8803c90ddb0a21b675b25f5d6ff72f4 (patch) | |
| tree | 111b80b7ee9eaf8cabfb178b0b0a5147eb4c3bf4 /src/buffer.c | |
| parent | 11cd6064013b858f9238999b37157a952eaa9405 (diff) | |
| download | emacs-b3264fd2a8803c90ddb0a21b675b25f5d6ff72f4.tar.gz emacs-b3264fd2a8803c90ddb0a21b675b25f5d6ff72f4.zip | |
(syms_of_buffer) <transient-mark-mode>: Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index c5783ade2a0..f55ae7983f4 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5861,7 +5861,10 @@ all windows or just the selected window. | |||
| 5861 | 5861 | ||
| 5862 | If the value is `lambda', that enables Transient Mark mode temporarily | 5862 | If the value is `lambda', that enables Transient Mark mode temporarily |
| 5863 | until the next buffer modification. If a command sets the value to `only', | 5863 | until the next buffer modification. If a command sets the value to `only', |
| 5864 | that enables Transient Mark mode for the following command only. */); | 5864 | that enables Transient Mark mode for the following command only. |
| 5865 | During that following command, the value of `transient-mark-mode' | ||
| 5866 | is `identity'. If it is still `identity' at the end of that command, | ||
| 5867 | it changes to nil. */); | ||
| 5865 | Vtransient_mark_mode = Qnil; | 5868 | Vtransient_mark_mode = Qnil; |
| 5866 | 5869 | ||
| 5867 | DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, | 5870 | DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, |