diff options
| -rw-r--r-- | lispref/display.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index dbe4e650e3a..d9b5a9e5f0b 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2876,12 +2876,12 @@ used in both left and right fringes. | |||
| 2876 | When @code{fringe-indicator-alist} has a buffer-local value, and there | 2876 | When @code{fringe-indicator-alist} has a buffer-local value, and there |
| 2877 | is no bitmap defined for a logical indicator, or the bitmap is | 2877 | is no bitmap defined for a logical indicator, or the bitmap is |
| 2878 | @code{t}, the corresponding value from the (non-local) | 2878 | @code{t}, the corresponding value from the (non-local) |
| 2879 | @code{default-fringes-indicator-alist} is used. | 2879 | @code{default-fringe-indicator-alist} is used. |
| 2880 | 2880 | ||
| 2881 | To completely hide a specific indicator, set the bitmap to @code{nil}. | 2881 | To completely hide a specific indicator, set the bitmap to @code{nil}. |
| 2882 | @end defvar | 2882 | @end defvar |
| 2883 | 2883 | ||
| 2884 | @defvar default-fringes-indicator-alist | 2884 | @defvar default-fringe-indicator-alist |
| 2885 | The value of this variable is the default value for | 2885 | The value of this variable is the default value for |
| 2886 | @code{fringe-indicator-alist} in buffers that do not override it. | 2886 | @code{fringe-indicator-alist} in buffers that do not override it. |
| 2887 | @end defvar | 2887 | @end defvar |
| @@ -2891,7 +2891,7 @@ The value of this variable is the default value for | |||
| 2891 | @code{left-arrow}, @code{right-arrow}, @code{up-arrow}, @code{down-arrow}, | 2891 | @code{left-arrow}, @code{right-arrow}, @code{up-arrow}, @code{down-arrow}, |
| 2892 | @code{left-curly-arrow}, @code{right-curly-arrow}, | 2892 | @code{left-curly-arrow}, @code{right-curly-arrow}, |
| 2893 | @code{left-triangle}, @code{right-triangle}, | 2893 | @code{left-triangle}, @code{right-triangle}, |
| 2894 | @code{top-left-angle}, @code{ top-right-angle}, | 2894 | @code{top-left-angle}, @code{top-right-angle}, |
| 2895 | @code{bottom-left-angle}, @code{bottom-right-angle}, | 2895 | @code{bottom-left-angle}, @code{bottom-right-angle}, |
| 2896 | @code{left-bracket}, @code{right-bracket}, | 2896 | @code{left-bracket}, @code{right-bracket}, |
| 2897 | @code{filled-rectangle}, @code{hollow-rectangle}, | 2897 | @code{filled-rectangle}, @code{hollow-rectangle}, |