aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-16 01:12:09 +0000
committerJuanma Barranquero2008-09-16 01:12:09 +0000
commit3553906525ce479e695db1681a48634b45bea616 (patch)
tree891ecadf394a3ced244de494cd4942d404ef552c /doc
parentc9f203eb46056b0e2cdd4f59b256e4f55f703a57 (diff)
downloademacs-3553906525ce479e695db1681a48634b45bea616.tar.gz
emacs-3553906525ce479e695db1681a48634b45bea616.zip
* display.texi (Echo Area Customization): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi2
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 @@
12008-09-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * display.texi (Echo Area Customization): Fix typo.
4
12008-09-09 Juanma Barranquero <lekktu@gmail.com> 52008-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
560maximum height for resizing minibuffer windows, also applies to the 560maximum height for resizing minibuffer windows, also applies to the
561echo area (which is really a special use of the minibuffer window. 561echo 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