diff options
| author | Richard M. Stallman | 2004-06-21 03:20:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-06-21 03:20:20 +0000 |
| commit | 5a39b770ee5604f23ef031032afab8f47548dafd (patch) | |
| tree | cbeecc0d49c54b49d8455e9962d343b6b60849ba /src/buffer.c | |
| parent | eb630d4b6b23c5c989b48233881c61f31a9a7386 (diff) | |
| download | emacs-5a39b770ee5604f23ef031032afab8f47548dafd.tar.gz emacs-5a39b770ee5604f23ef031032afab8f47548dafd.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index b72695d82bc..031f5da8e6e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5847,7 +5847,11 @@ If the buffer has never been shown in a window, the value is nil. */); | |||
| 5847 | doc: /* *Non-nil means deactivate the mark when the buffer contents change. | 5847 | doc: /* *Non-nil means deactivate the mark when the buffer contents change. |
| 5848 | Non-nil also enables highlighting of the region whenever the mark is active. | 5848 | Non-nil also enables highlighting of the region whenever the mark is active. |
| 5849 | The variable `highlight-nonselected-windows' controls whether to highlight | 5849 | The variable `highlight-nonselected-windows' controls whether to highlight |
| 5850 | all windows or just the selected window. */); | 5850 | all windows or just the selected window. |
| 5851 | |||
| 5852 | If the value is `lambda', that enables Transient Mark mode temporarily | ||
| 5853 | until the next buffer modification. If a command sets the value to `only', | ||
| 5854 | that enables Transient Mark mode for the following command only. */); | ||
| 5851 | Vtransient_mark_mode = Qnil; | 5855 | Vtransient_mark_mode = Qnil; |
| 5852 | 5856 | ||
| 5853 | DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, | 5857 | DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, |