From 14fb57049117cfa49e26e7b8ac42951ce83cc03d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 21 Jul 2010 12:45:01 +0200 Subject: [PATCH] * buffer.c (syms_of_buffer) : Doc fix. --- src/ChangeLog | 4 ++++ src/buffer.c | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c3d77fc754..f50f177123 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-07-21 Juanma Barranquero + + * buffer.c (syms_of_buffer) : Doc fix. + 2010-07-17 Jan Djärv * gtkutil.c (xg_event_is_for_menubar): Also check that event window diff --git a/src/buffer.c b/src/buffer.c index a0acad309a..adb85b83e5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -6032,14 +6032,14 @@ fringe indicator. INDICATOR specifies the logical indicator type which is one of the following symbols: `truncation' , `continuation', `overlay-arrow', -`top', `bottom', `up', `down', `one-line', `empty-line', or `unknown'. +`top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'. -BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies +BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies the actual bitmap shown in the left or right fringe for the logical indicator. LEFT and RIGHT are the bitmaps shown in the left and/or right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps -are used only for the `bottom' and `one-line' indicators when the last -\(only) line in has no final newline. BITMAPS may also be a single +are used only for the `bottom' and `top-bottom' indicators when the +last (only) line has no final newline. BITMAPS may also be a single symbol which is used in both left and right fringes. */); DEFVAR_PER_BUFFER ("fringe-cursor-alist", -- 2.20.1