diff options
| author | Luc Teirlinck | 2005-05-21 03:01:33 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-21 03:01:33 +0000 |
| commit | c49edde42f2e69f76567ebe92dc2563542db0f32 (patch) | |
| tree | 7044fae95adc84b4af2d8c2860006b61ed3567bb | |
| parent | 774cd45416f0d0bfb5b69ace8d10d35ea7e288ee (diff) | |
| download | emacs-c49edde42f2e69f76567ebe92dc2563542db0f32.tar.gz emacs-c49edde42f2e69f76567ebe92dc2563542db0f32.zip | |
(Display Custom): Correct typo.
| -rw-r--r-- | man/display.texi | 2 |
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. | |||
| 1084 | The @var{indicator} must be one of @code{top}, @code{bottom}, | 1084 | The @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 |
| 1086 | position for the indicators not present in the alist. | 1086 | position for the indicators not present in the alist. |
| 1087 | The @var{position} is one of @code{left}, @code{right}, or @code{ni} | 1087 | The @var{position} is one of @code{left}, @code{right}, or @code{nil} |
| 1088 | which specifies not to show this indicator. | 1088 | which 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 |