diff options
| author | Juanma Barranquero | 2005-07-21 16:06:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-21 16:06:33 +0000 |
| commit | b8dc613f4501331628cc292c65ba0768d6537b2e (patch) | |
| tree | 07aea274b50dd5d8ce3203ecca52793605d9342c /src | |
| parent | d6ff789ca759f05e8e8ac0e2c2fd5ac374248241 (diff) | |
| download | emacs-b8dc613f4501331628cc292c65ba0768d6537b2e.tar.gz emacs-b8dc613f4501331628cc292c65ba0768d6537b2e.zip | |
(syms_of_buffer) <cursor-type>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/buffer.c b/src/buffer.c index 947d24edee7..7b306b103df 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5930,15 +5930,15 @@ is a member of the list. */); | |||
| 5930 | doc: /* Cursor to use when this buffer is in the selected window. | 5930 | doc: /* Cursor to use when this buffer is in the selected window. |
| 5931 | Values are interpreted as follows: | 5931 | Values are interpreted as follows: |
| 5932 | 5932 | ||
| 5933 | t use the cursor specified for the frame | 5933 | t use the cursor specified for the frame |
| 5934 | nil don't display a cursor | 5934 | nil don't display a cursor |
| 5935 | box display a filled box cursor | 5935 | box display a filled box cursor |
| 5936 | hollow display a hollow box cursor | 5936 | hollow display a hollow box cursor |
| 5937 | bar display a vertical bar cursor with default width | 5937 | bar display a vertical bar cursor with default width |
| 5938 | (bar . WIDTH) display a vertical bar cursor with width WIDTH | 5938 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 5939 | hbar display a horizontal bar cursor with default height | 5939 | hbar display a horizontal bar cursor with default height |
| 5940 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT | 5940 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 5941 | ANYTHING ELSE display a hollow box cursor. | 5941 | ANYTHING ELSE display a hollow box cursor |
| 5942 | 5942 | ||
| 5943 | When the buffer is displayed in a nonselected window, | 5943 | When the buffer is displayed in a nonselected window, |
| 5944 | this variable has no effect; the cursor appears as a hollow box. */); | 5944 | this variable has no effect; the cursor appears as a hollow box. */); |