diff options
| author | Martin Rudalics | 2008-11-16 18:54:50 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-16 18:54:50 +0000 |
| commit | e08b170568e013170c3e814f195bde43db1305fe (patch) | |
| tree | 11c14f4e533759d991970eb05ef49d996985541e /src | |
| parent | bffe8aa08abb9232fbea0249a3d604b1d69e330c (diff) | |
| download | emacs-e08b170568e013170c3e814f195bde43db1305fe.tar.gz emacs-e08b170568e013170c3e814f195bde43db1305fe.zip | |
(syms_of_buffer): Fix doc-string of cursor-type.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eaaa96c6654..52d70fdaa90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change) | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer): Fix doc-string of cursor-type. | ||
| 4 | |||
| 1 | 2008-11-15 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-11-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, | 7 | * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, |
diff --git a/src/buffer.c b/src/buffer.c index 922109ab282..b9c4c853546 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6213,8 +6213,9 @@ Values are interpreted as follows: | |||
| 6213 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 6213 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 6214 | ANYTHING ELSE display a hollow box cursor | 6214 | ANYTHING ELSE display a hollow box cursor |
| 6215 | 6215 | ||
| 6216 | When the buffer is displayed in a nonselected window, | 6216 | When the buffer is displayed in a non-selected window, the |
| 6217 | this variable has no effect; the cursor appears as a hollow box. */); | 6217 | cursor's appearance is instead controlled by the variable |
| 6218 | `cursor-in-non-selected-windows'. */); | ||
| 6218 | 6219 | ||
| 6219 | DEFVAR_PER_BUFFER ("line-spacing", | 6220 | DEFVAR_PER_BUFFER ("line-spacing", |
| 6220 | ¤t_buffer->extra_line_spacing, Qnil, | 6221 | ¤t_buffer->extra_line_spacing, Qnil, |