From 398f0da507158e8cddc5e1ac966f139ee2133f34 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Jun 2005 13:59:11 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index a287e45df78..83e8b08b909 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5934,8 +5934,8 @@ Values are interpreted as follows: 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 width - (hbar . WIDTH) display a horizontal bar cursor with width WIDTH + hbar display a horizontal bar cursor with default height + (hbar . HEIGHT) display a horizontal bar cursor with width HEIGHT ANYTHING ELSE display a hollow box cursor. When the buffer is displayed in a nonselected window, -- 2.39.2