]> git.eshelyaron.com Git - emacs.git/commitdiff
(resize_echo_area_exactly): Fix typo in function name.
authorGerd Moellmann <gerd@gnu.org>
Wed, 1 Aug 2001 11:59:42 +0000 (11:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 1 Aug 2001 11:59:42 +0000 (11:59 +0000)
src/ChangeLog
src/xdisp.c

index 11c70d999577bdedfeea4978a6592bbbcadd8a2f..0fa5c980ad16be1b856081b8dc8041a94fee7822 100644 (file)
@@ -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.
 
index fae6aa5d4400f2d55b66f376712ba1d933ea6e54..91b2a5e8a6d4f34dc59213a74bb5ad0342c04a99 100644 (file)
@@ -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.  */