summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-04-30 22:53:40 +0000
committerKim F. Storm <storm@cua.dk>2004-04-30 22:53:40 +0000
commit038c748875495fbe75e023f97c396d099364c255 (patch)
tree539fe631470c70533b3d06ae6baf2a9fd6184009
parentb2b55d030d811ec039ac74dbc56b0e68a4c25e79 (diff)
downloademacs-038c748875495fbe75e023f97c396d099364c255.tar.gz
(syms_of_buffer) <cursor-type>: Doc fix.
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index d28c0af12ae..7560e696685 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5856,11 +5856,13 @@ 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 horisontal bar cursor with default width
(hbar . WIDTH) display a horisontal bar cursor with width WIDTH
- ANYTHING ELSE display a 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. */);