aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-03-21 10:21:03 +0000
committerNick Roberts2006-03-21 10:21:03 +0000
commit7704f61dc65addc307d50d739797be82a96bf4e7 (patch)
tree5f94b5b6711172525b2b124185cdde8311f6e046
parentb756c64cf725dac2042bc108103b349c1d389d3a (diff)
downloademacs-7704f61dc65addc307d50d739797be82a96bf4e7.tar.gz
emacs-7704f61dc65addc307d50d739797be82a96bf4e7.zip
(Fringe Indicators): Fix typos.
-rw-r--r--lispref/display.texi6
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.
2876When @code{fringe-indicator-alist} has a buffer-local value, and there 2876When @code{fringe-indicator-alist} has a buffer-local value, and there
2877is no bitmap defined for a logical indicator, or the bitmap is 2877is 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
2881To completely hide a specific indicator, set the bitmap to @code{nil}. 2881To 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
2885The value of this variable is the default value for 2885The 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},