aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-21 03:01:33 +0000
committerLuc Teirlinck2005-05-21 03:01:33 +0000
commitc49edde42f2e69f76567ebe92dc2563542db0f32 (patch)
tree7044fae95adc84b4af2d8c2860006b61ed3567bb
parent774cd45416f0d0bfb5b69ace8d10d35ea7e288ee (diff)
downloademacs-c49edde42f2e69f76567ebe92dc2563542db0f32.tar.gz
emacs-c49edde42f2e69f76567ebe92dc2563542db0f32.zip
(Display Custom): Correct typo.
-rw-r--r--man/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi
index b4e72edc9ca..11e45e353cf 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -1084,7 +1084,7 @@ bitmaps are displayed in the left or right fringe, respectively.
1084The @var{indicator} must be one of @code{top}, @code{bottom}, 1084The @var{indicator} must be one of @code{top}, @code{bottom},
1085@code{up}, @code{down}, or @code{t} which specifies the default 1085@code{up}, @code{down}, or @code{t} which specifies the default
1086position for the indicators not present in the alist. 1086position for the indicators not present in the alist.
1087The @var{position} is one of @code{left}, @code{right}, or @code{ni} 1087The @var{position} is one of @code{left}, @code{right}, or @code{nil}
1088which specifies not to show this indicator. 1088which specifies not to show this indicator.
1089 1089
1090 For example, @code{((top . left) (t . right))} places the top angle 1090 For example, @code{((top . left) (t . right))} places the top angle