Mercurial > emacs
diff src/buffer.c @ 109553:a4b9fa0b861b
Merge from emacs-23
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 27 Jul 2010 04:10:05 +0200 |
| parents | 5b332381f0a9 fc5ebbbba4f3 |
| children | 05e7e7c46ff0 |
line wrap: on
line diff
--- a/src/buffer.c Mon Jul 26 15:05:47 2010 -0400 +++ b/src/buffer.c Tue Jul 27 04:10:05 2010 +0200 @@ -5899,14 +5899,14 @@ 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'. - -BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies +`top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'. + +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",
