aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorChong Yidong2012-11-03 23:24:00 +0800
committerChong Yidong2012-11-03 23:24:00 +0800
commit0f7b074f4a6e8e6418d06ab6d3b206b4524381af (patch)
tree089956bbe58a0135b0d063a18226b7f7acd48d19 /src/buffer.c
parent3737fee7e34719deff2e7e78890f64ad91be38dd (diff)
downloademacs-0f7b074f4a6e8e6418d06ab6d3b206b4524381af.tar.gz
emacs-0f7b074f4a6e8e6418d06ab6d3b206b4524381af.zip
* lisp/cus-start.el: Make cursor-type customizable.
* src/buffer.c (cursor_type): Untabify docstring. Fixes: debbugs:11633
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 0b3dde27968..347f27edc3a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6210,15 +6210,15 @@ is a member of the list. */);
6210 doc: /* Cursor to use when this buffer is in the selected window. 6210 doc: /* Cursor to use when this buffer is in the selected window.
6211Values are interpreted as follows: 6211Values are interpreted as follows:
6212 6212
6213 t use the cursor specified for the frame 6213 t use the cursor specified for the frame
6214 nil don't display a cursor 6214 nil don't display a cursor
6215 box display a filled box cursor 6215 box display a filled box cursor
6216 hollow display a hollow box cursor 6216 hollow display a hollow box cursor
6217 bar display a vertical bar cursor with default width 6217 bar display a vertical bar cursor with default width
6218 (bar . WIDTH) display a vertical bar cursor with width WIDTH 6218 (bar . WIDTH) display a vertical bar cursor with width WIDTH
6219 hbar display a horizontal bar cursor with default height 6219 hbar display a horizontal bar cursor with default height
6220 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT 6220 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
6221 ANYTHING ELSE display a hollow box cursor 6221 ANYTHING ELSE display a hollow box cursor
6222 6222
6223When the buffer is displayed in a non-selected window, the 6223When the buffer is displayed in a non-selected window, the
6224cursor's appearance is instead controlled by the variable 6224cursor's appearance is instead controlled by the variable