diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-21 16:06:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-21 16:06:33 +0000 |
commit | 832f3add72859c1835242ec21a236fbe3dca6d9d (patch) | |
tree | dc57b2689801faa1364d3a7b64dab2273f2bbba4 /src/buffer.c | |
parent | 1f3212149d8f27c5f07cffc59ec7077cbb88e57b (diff) | |
download | emacs-832f3add72859c1835242ec21a236fbe3dca6d9d.tar.gz |
(syms_of_buffer) <cursor-type>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-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. */); doc: /* Cursor to use when this buffer is in the selected window. Values are interpreted as follows: - t use the cursor specified for the frame - nil don't display a cursor - box display a filled box cursor - hollow display a hollow box cursor - bar display a vertical bar cursor with default width - (bar . WIDTH) display a vertical bar cursor with width WIDTH - hbar display a horizontal bar cursor with default height + t use the cursor specified for the frame + nil don't display a cursor + box display a filled box cursor + hollow display a hollow box cursor + bar display a vertical bar cursor with default width + (bar . WIDTH) display a vertical bar cursor with width WIDTH + hbar display a horizontal bar cursor with default height (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT - ANYTHING ELSE display a hollow box cursor. + ANYTHING ELSE display a hollow box cursor When the buffer is displayed in a nonselected window, this variable has no effect; the cursor appears as a hollow box. */); |