aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKim F. Storm2004-04-30 22:53:40 +0000
committerKim F. Storm2004-04-30 22:53:40 +0000
commit038c748875495fbe75e023f97c396d099364c255 (patch)
tree539fe631470c70533b3d06ae6baf2a9fd6184009 /src/buffer.c
parentb2b55d030d811ec039ac74dbc56b0e68a4c25e79 (diff)
downloademacs-038c748875495fbe75e023f97c396d099364c255.tar.gz
emacs-038c748875495fbe75e023f97c396d099364c255.zip
(syms_of_buffer) <cursor-type>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-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:
5856 5856
5857 t use the cursor specified for the frame 5857 t use the cursor specified for the frame
5858 nil don't display a cursor 5858 nil don't display a cursor
5859 box display a filled box cursor
5860 hollow display a hollow box cursor
5859 bar display a vertical bar cursor with default width 5861 bar display a vertical bar cursor with default width
5860 (bar . WIDTH) display a vertical bar cursor with width WIDTH 5862 (bar . WIDTH) display a vertical bar cursor with width WIDTH
5861 hbar display a horisontal bar cursor with default width 5863 hbar display a horisontal bar cursor with default width
5862 (hbar . WIDTH) display a horisontal bar cursor with width WIDTH 5864 (hbar . WIDTH) display a horisontal bar cursor with width WIDTH
5863 ANYTHING ELSE display a box cursor. 5865 ANYTHING ELSE display a hollow box cursor.
5864 5866
5865When the buffer is displayed in a nonselected window, 5867When the buffer is displayed in a nonselected window,
5866this variable has no effect; the cursor appears as a hollow box. */); 5868this variable has no effect; the cursor appears as a hollow box. */);