From 7704f61dc65addc307d50d739797be82a96bf4e7 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 21 Mar 2006 10:21:03 +0000 Subject: [PATCH] (Fringe Indicators): Fix typos. --- lispref/display.texi | 6 +++--- 1 file 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. When @code{fringe-indicator-alist} has a buffer-local value, and there is no bitmap defined for a logical indicator, or the bitmap is @code{t}, the corresponding value from the (non-local) -@code{default-fringes-indicator-alist} is used. +@code{default-fringe-indicator-alist} is used. To completely hide a specific indicator, set the bitmap to @code{nil}. @end defvar -@defvar default-fringes-indicator-alist +@defvar default-fringe-indicator-alist The value of this variable is the default value for @code{fringe-indicator-alist} in buffers that do not override it. @end defvar @@ -2891,7 +2891,7 @@ The value of this variable is the default value for @code{left-arrow}, @code{right-arrow}, @code{up-arrow}, @code{down-arrow}, @code{left-curly-arrow}, @code{right-curly-arrow}, @code{left-triangle}, @code{right-triangle}, -@code{top-left-angle}, @code{ top-right-angle}, +@code{top-left-angle}, @code{top-right-angle}, @code{bottom-left-angle}, @code{bottom-right-angle}, @code{left-bracket}, @code{right-bracket}, @code{filled-rectangle}, @code{hollow-rectangle}, -- 2.39.2