From: Juanma Barranquero Date: Thu, 21 Jul 2005 16:06:33 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: emacs-pretest-22.0.90~7931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8dc613f4501331628cc292c65ba0768d6537b2e;p=emacs.git (syms_of_buffer) : Doc fix. --- 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. */); doc: /* Cursor to use when this buffer is in the selected window. Values are interpreted as follows: - 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 horizontal bar cursor with default height + 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 horizontal bar cursor with default height (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT - ANYTHING ELSE display a hollow 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. */);