/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.385 by raeburn, Mon May 20 08:04:58 2002 UTC revision 1.386 by rms, Mon May 20 14:51:17 2002 UTC
# Line 5660  is a member of the list.  */); Line 5660  is a member of the list.  */);
5660    Vinhibit_read_only = Qnil;    Vinhibit_read_only = Qnil;
5661    
5662    DEFVAR_PER_BUFFER ("cursor-type", &current_buffer->cursor_type, Qnil,    DEFVAR_PER_BUFFER ("cursor-type", &current_buffer->cursor_type, Qnil,
5663                       doc: /* Cursor to use in window displaying this buffer.       doc: /* Cursor to use when this buffer is in the selected window.
5664  Values are interpreted as follows:  Values are interpreted as follows:
5665    
5666    t             use the cursor specified for the frame    t              use the cursor specified for the frame
5667    nil           don't display a cursor    nil            don't display a cursor
5668    `bar'         display a bar cursor with default width    bar            display a bar cursor with default width
5669    (bar . WIDTH) display a bar cursor with width WIDTH    (bar . WIDTH)  display a bar cursor with width WIDTH
5670    others        display a box cursor.  */);    ANYTHING ELSE  display a box cursor.
5671    
5672    When the buffer is displayed in a nonselected window,
5673    this variable has no effect; the cursor appears as a hollow box.  */);
5674    
5675    DEFVAR_PER_BUFFER ("line-spacing",    DEFVAR_PER_BUFFER ("line-spacing",
5676                       &current_buffer->extra_line_spacing, Qnil,                       &current_buffer->extra_line_spacing, Qnil,

Legend:
Removed from v.1.385  
changed lines
  Added in v.1.386

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26