diff options
| author | Richard M. Stallman | 2005-06-17 13:59:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-17 13:59:11 +0000 |
| commit | 398f0da507158e8cddc5e1ac966f139ee2133f34 (patch) | |
| tree | d7314e34bb64d550cfd317d4090cdf2f75f0778c /src/buffer.c | |
| parent | de1924a1478181402b00234390d90481847080c9 (diff) | |
| download | emacs-398f0da507158e8cddc5e1ac966f139ee2133f34.tar.gz emacs-398f0da507158e8cddc5e1ac966f139ee2133f34.zip | |
(syms_of_buffer) <cursor-type>: Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index a287e45df78..83e8b08b909 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5934,8 +5934,8 @@ Values are interpreted as follows: | |||
| 5934 | hollow display a hollow box cursor | 5934 | hollow display a hollow box cursor |
| 5935 | bar display a vertical bar cursor with default width | 5935 | bar display a vertical bar cursor with default width |
| 5936 | (bar . WIDTH) display a vertical bar cursor with width WIDTH | 5936 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 5937 | hbar display a horizontal bar cursor with default width | 5937 | hbar display a horizontal bar cursor with default height |
| 5938 | (hbar . WIDTH) display a horizontal bar cursor with width WIDTH | 5938 | (hbar . HEIGHT) display a horizontal bar cursor with width HEIGHT |
| 5939 | ANYTHING ELSE display a hollow box cursor. | 5939 | ANYTHING ELSE display a hollow box cursor. |
| 5940 | 5940 | ||
| 5941 | When the buffer is displayed in a nonselected window, | 5941 | When the buffer is displayed in a nonselected window, |