emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c8093aa6f: ; * src/termhooks.h (struct terminal): Fix typo in co


From: Po Lu
Subject: master 8c8093aa6f: ; * src/termhooks.h (struct terminal): Fix typo in comment.
Date: Wed, 2 Mar 2022 06:17:19 -0500 (EST)

branch: master
commit 8c8093aa6f20a7a4f3799cbdb9270cac013ef71d
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/termhooks.h (struct terminal): Fix typo in comment.
---
 src/termhooks.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/termhooks.h b/src/termhooks.h
index 8fb4837ee5..93ac9ba0d2 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]