aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c16
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.
5931Values are interpreted as follows: 5931Values 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
5943When the buffer is displayed in a nonselected window, 5943When the buffer is displayed in a nonselected window,
5944this variable has no effect; the cursor appears as a hollow box. */); 5944this variable has no effect; the cursor appears as a hollow box. */);