Mercurial > emacs
changeset 58501:8f225aca7c72
(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Nov 2004 03:16:34 +0000 |
parents | 6f8c0631e5aa |
children | ffc46016071f |
files | src/buffer.c |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu Nov 25 03:15:19 2004 +0000 +++ b/src/buffer.c Thu Nov 25 03:16:34 2004 +0000 @@ -5684,10 +5684,13 @@ arrow bitmaps. If value is a symbol `left' or `right', both angle and arrow bitmaps -are displayed in the left or right fringe, resp. - -If value is an alist, each element (INDICATOR . POSITION) specifies -the position of one of the indicators. INDICATOR is one of `top', +are displayed in the left or right fringe, resp. Any other value +that doesn't look like an alist means displat the angle bitmaps in +the left fringe but no arrows. + +You can exercise more precise control by using an alist as the +value. Each alist element (INDICATOR . POSITION) specifies +where to show one of the indicators. INDICATOR is one of `top', `bottom', `up', `down', or t, which specifies the default position, and POSITION is one of `left', `right', or nil, meaning do not show this indicator.