]> git.eshelyaron.com Git - emacs.git/commitdiff
* termhooks.h (fullscreen_hook): Remove the leftover.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 11 Sep 2013 13:56:46 +0000 (17:56 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 11 Sep 2013 13:56:46 +0000 (17:56 +0400)
(struct terminal): Fix typo in comment.

src/ChangeLog
src/termhooks.h

index 41e20465d570d4ce9941a7ef44436f5b0518c6fb..dda202af89fb4cf64c1591354dc54afb22f3fc27 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-11  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * termhooks.h (fullscreen_hook): Remove the leftover.
+       (struct terminal): Fix typo in comment.
+
 2013-09-11  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Cleaning up a few X scroll bar bits.
index 30ac79573173c21c306fdf15ce1d9384816c3a6a..a050c3292c2c8b535e1f697be400c2dc6da2f50b 100644 (file)
@@ -43,11 +43,6 @@ enum scroll_bar_part {
   scroll_bar_move_ratio
 };
 
-/* If the value of the frame parameter changed, whis hook is called.
-   For example, if going from fullscreen to not fullscreen this hook
-   may do something OS dependent, like extended window manager hints on X11.  */
-extern void (*fullscreen_hook) (struct frame *f);
-
 /* Output method of a terminal (and frames on this terminal, respectively).  */
 
 enum output_method
@@ -499,7 +494,7 @@ struct terminal
      windows.  */
   void (*frame_raise_lower_hook) (struct frame *f, int raise_flag);
 
-  /* If the value of the frame parameter changed, whis hook is called.
+  /* If the value of the frame parameter changed, this hook is called.
      For example, if going from fullscreen to not fullscreen this hook
      may do something OS dependent, like extended window manager hints on X11.  */
   void (*fullscreen_hook) (struct frame *f);