summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-08-01 11:59:42 +0000
committerGerd Moellmann <gerd@gnu.org>2001-08-01 11:59:42 +0000
commit308a74d8bdbc608748114c5fa35b2bc1f13a663d (patch)
tree7f91c860821c1999c65d0b34c9077113e3fbdfcf
parentaf42d485b476c420b985977345196faaa0dbebc5 (diff)
downloademacs-308a74d8bdbc608748114c5fa35b2bc1f13a663d.tar.gz
emacs-308a74d8bdbc608748114c5fa35b2bc1f13a663d.tar.bz2
emacs-308a74d8bdbc608748114c5fa35b2bc1f13a663d.zip
(resize_echo_area_exactly): Fix typo in function name.
-rw-r--r--src/ChangeLog8
-rw-r--r--src/xdisp.c4
2 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11c70d99957..0fa5c980ad1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2001-08-01 Gerd Moellmann <gerd@gnu.org>
+ * keyboard.c (command_loop_1): Fix spelling of
+ resize_echo_area_exactly.
+
+ * dispextern.h (resize_echo_area_exactly): Fix typo in function
+ name.
+
+ * xdisp.c (resize_echo_area_exactly): Fix typo in function name.
+
* xfns.c (x_set_tool_bar_lines): Clear the tool bar window's
current matrix when the window gets smaller.
diff --git a/src/xdisp.c b/src/xdisp.c
index fae6aa5d440..91b2a5e8a6d 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -6458,7 +6458,7 @@ display_echo_area_1 (a1, a2, a3, a4)
currently displayed message, if there is one. */
void
-resize_echo_area_axactly ()
+resize_echo_area_exactly ()
{
if (BUFFERP (echo_area_buffer[0])
&& WINDOWP (echo_area_window))
@@ -6479,7 +6479,7 @@ resize_echo_area_axactly ()
/* Callback function for with_echo_area_buffer, when used from
- resize_echo_area_axactly. A1 contains a pointer to the window to
+ resize_echo_area_exactly. A1 contains a pointer to the window to
resize, A2 to A4 are not used. Value is what resize_mini_window
returns. */