aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c
index a0acad309af..adb85b83e5f 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6032,14 +6032,14 @@ fringe indicator.
6032 6032
6033INDICATOR specifies the logical indicator type which is one of the 6033INDICATOR specifies the logical indicator type which is one of the
6034following symbols: `truncation' , `continuation', `overlay-arrow', 6034following symbols: `truncation' , `continuation', `overlay-arrow',
6035`top', `bottom', `up', `down', `one-line', `empty-line', or `unknown'. 6035`top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'.
6036 6036
6037BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies 6037BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
6038the actual bitmap shown in the left or right fringe for the logical 6038the actual bitmap shown in the left or right fringe for the logical
6039indicator. LEFT and RIGHT are the bitmaps shown in the left and/or 6039indicator. LEFT and RIGHT are the bitmaps shown in the left and/or
6040right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps 6040right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps
6041are used only for the `bottom' and `one-line' indicators when the last 6041are used only for the `bottom' and `top-bottom' indicators when the
6042\(only) line in has no final newline. BITMAPS may also be a single 6042last (only) line has no final newline. BITMAPS may also be a single
6043symbol which is used in both left and right fringes. */); 6043symbol which is used in both left and right fringes. */);
6044 6044
6045 DEFVAR_PER_BUFFER ("fringe-cursor-alist", 6045 DEFVAR_PER_BUFFER ("fringe-cursor-alist",