diff options
| author | Juanma Barranquero | 2008-09-16 01:12:09 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-09-16 01:12:09 +0000 |
| commit | 3553906525ce479e695db1681a48634b45bea616 (patch) | |
| tree | 891ecadf394a3ced244de494cd4942d404ef552c /doc | |
| parent | c9f203eb46056b0e2cdd4f59b256e4f55f703a57 (diff) | |
| download | emacs-3553906525ce479e695db1681a48634b45bea616.tar.gz emacs-3553906525ce479e695db1681a48634b45bea616.zip | |
* display.texi (Echo Area Customization): Fix typo.
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 6b75681ef2e..44da8528114 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-09-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * display.texi (Echo Area Customization): Fix typo. | ||
| 4 | |||
| 1 | 2008-09-09 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-09-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * loading.texi (Where Defined): Add `defface' item. | 7 | * loading.texi (Where Defined): Add `defface' item. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index ea9eb38c209..4e154f7f263 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -559,7 +559,7 @@ truncated to fit it, as in Emacs 20 and before. | |||
| 559 | The variable @code{max-mini-window-height}, which specifies the | 559 | The variable @code{max-mini-window-height}, which specifies the |
| 560 | maximum height for resizing minibuffer windows, also applies to the | 560 | maximum height for resizing minibuffer windows, also applies to the |
| 561 | echo area (which is really a special use of the minibuffer window. | 561 | echo area (which is really a special use of the minibuffer window. |
| 562 | @xref{Minibuffer Misc}. | 562 | @xref{Minibuffer Misc}.). |
| 563 | 563 | ||
| 564 | @node Warnings | 564 | @node Warnings |
| 565 | @section Reporting Warnings | 565 | @section Reporting Warnings |