# HG changeset patch # User Kim F. Storm # Date 1083365620 0 # Node ID b9ef74fa21bf1fb9019a279458b3d615a4036f67 # Parent 8acc9cf160a519782f62f88c9ad54afb2e083037 (syms_of_buffer) : Doc fix. diff -r 8acc9cf160a5 -r b9ef74fa21bf src/buffer.c --- a/src/buffer.c Fri Apr 30 22:53:12 2004 +0000 +++ b/src/buffer.c Fri Apr 30 22:53:40 2004 +0000 @@ -5856,11 +5856,13 @@ t use the cursor specified for the frame nil don't display a cursor + box display a filled box cursor + hollow display a hollow box cursor bar display a vertical bar cursor with default width (bar . WIDTH) display a vertical bar cursor with width WIDTH hbar display a horisontal bar cursor with default width (hbar . WIDTH) display a horisontal bar cursor with width WIDTH - ANYTHING ELSE display a box cursor. + ANYTHING ELSE display a hollow box cursor. When the buffer is displayed in a nonselected window, this variable has no effect; the cursor appears as a hollow box. */);