comparison src/buffer.c @ 55270:b9ef74fa21bf

(syms_of_buffer) <cursor-type>: Doc fix.
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Apr 2004 22:53:40 +0000
parents 0a99a02be102
children dc4797dbcccd 6ae3d2810507
comparison
equal deleted inserted replaced
55269:8acc9cf160a5 55270:b9ef74fa21bf
5854 doc: /* Cursor to use when this buffer is in the selected window. 5854 doc: /* Cursor to use when this buffer is in the selected window.
5855 Values are interpreted as follows: 5855 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
5865 When the buffer is displayed in a nonselected window, 5867 When the buffer is displayed in a nonselected window,
5866 this variable has no effect; the cursor appears as a hollow box. */); 5868 this variable has no effect; the cursor appears as a hollow box. */);
5867 5869
5868 DEFVAR_PER_BUFFER ("line-spacing", 5870 DEFVAR_PER_BUFFER ("line-spacing",