Mercurial > emacs
comparison src/buffer.c @ 56452:ff1b3d52a8cd
(syms_of_buffer) <transient-mark-mode>: Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 17 Jul 2004 14:43:49 +0000 |
| parents | f1ddf2e65cd3 |
| children | 126be634e20a 3864ee1088e9 b9eee0a7bef5 |
comparison
equal
deleted
inserted
replaced
| 56451:b190e160aa91 | 56452:ff1b3d52a8cd |
|---|---|
| 5859 The variable `highlight-nonselected-windows' controls whether to highlight | 5859 The variable `highlight-nonselected-windows' controls whether to highlight |
| 5860 all windows or just the selected window. | 5860 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, |
| 5868 doc: /* *Non-nil means disregard read-only status of buffers or characters. | 5871 doc: /* *Non-nil means disregard read-only status of buffers or characters. |
| 5869 If the value is t, disregard `buffer-read-only' and all `read-only' | 5872 If the value is t, disregard `buffer-read-only' and all `read-only' |
