]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/termhooks.h (struct terminal): Fix typo in comment.
authorPo Lu <luangruo@yahoo.com>
Wed, 2 Mar 2022 11:16:53 +0000 (19:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 2 Mar 2022 11:16:53 +0000 (19:16 +0800)
src/termhooks.h

index 8fb4837ee57ec3c54a2480421f86b03394cb3c17..93ac9ba0d2ef9e9bf490802228497a194995d426 100644 (file)
@@ -835,8 +835,8 @@ struct terminal
   /* Called to determine whether a position is on the toolkit tool bar
      or menu bar.  May be NULL.  It should accept five arguments
      FRAME, X, Y, MENU_BAR_P, TOOL_BAR_P, and store true into
-     `menu_bar_p' if X and Y are in FRAME's toolkit menu bar, and true
-     into `tool_bar_p` if X and Y are in FRAME's toolkit tool bar.  */
+     MENU_BAR_P if X and Y are in FRAME's toolkit menu bar, and true
+     into TOOL_BAR_P if X and Y are in FRAME's toolkit tool bar.  */
   void (*toolkit_position_hook) (struct frame *, int, int, bool *, bool *);
 } GCALIGNED_STRUCT;