diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 8 |
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 | ||
| 6033 | INDICATOR specifies the logical indicator type which is one of the | 6033 | INDICATOR specifies the logical indicator type which is one of the |
| 6034 | following symbols: `truncation' , `continuation', `overlay-arrow', | 6034 | following 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 | ||
| 6037 | BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies | 6037 | BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies |
| 6038 | the actual bitmap shown in the left or right fringe for the logical | 6038 | the actual bitmap shown in the left or right fringe for the logical |
| 6039 | indicator. LEFT and RIGHT are the bitmaps shown in the left and/or | 6039 | indicator. LEFT and RIGHT are the bitmaps shown in the left and/or |
| 6040 | right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps | 6040 | right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps |
| 6041 | are used only for the `bottom' and `one-line' indicators when the last | 6041 | are 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 | 6042 | last (only) line has no final newline. BITMAPS may also be a single |
| 6043 | symbol which is used in both left and right fringes. */); | 6043 | symbol 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", |