diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0c550181899..5378cc16cdb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-15 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * display.texi (Fringe Bitmaps): Add exclamation-mark. | ||
| 4 | |||
| 1 | 2012-07-13 Chong Yidong <cyd@gnu.org> | 5 | 2012-07-13 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * buffers.texi (Read Only Buffers): Document toggle-read-only | 7 | * buffers.texi (Read Only Buffers): Document toggle-read-only |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 53c3ebe8b97..01d177feb87 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -3550,7 +3550,7 @@ Used to indicate buffer boundaries. | |||
| 3550 | @itemx @code{vertical-bar}, @code{horizontal-bar} | 3550 | @itemx @code{vertical-bar}, @code{horizontal-bar} |
| 3551 | Used for different types of fringe cursors. | 3551 | Used for different types of fringe cursors. |
| 3552 | 3552 | ||
| 3553 | @item @code{empty-line}, @code{question-mark} | 3553 | @item @code{empty-line}, @code{question-mark}, @code{exclamation-mark} |
| 3554 | Unused. | 3554 | Unused. |
| 3555 | @end table | 3555 | @end table |
| 3556 | 3556 | ||