Mercurial > emacs
comparison src/buffer.c @ 56172:e9132cd92733
(syms_of_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 21 Jun 2004 03:20:20 +0000 |
| parents | 5dde0034a30e |
| children | f1ddf2e65cd3 dbcd0af66869 4c90ffeb71c5 |
comparison
equal
deleted
inserted
replaced
| 56171:89f3c86e4a77 | 56172:e9132cd92733 |
|---|---|
| 5845 | 5845 |
| 5846 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, | 5846 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, |
| 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, |
| 5854 doc: /* *Non-nil means disregard read-only status of buffers or characters. | 5858 doc: /* *Non-nil means disregard read-only status of buffers or characters. |
| 5855 If the value is t, disregard `buffer-read-only' and all `read-only' | 5859 If the value is t, disregard `buffer-read-only' and all `read-only' |
