emacs-diffs
[Top][All Lists]
Advanced

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

master 3a07511f1ba 2/3: ; * src/keyboard.c (syms_of_keyboard): Fix typo.


From: Po Lu
Subject: master 3a07511f1ba 2/3: ; * src/keyboard.c (syms_of_keyboard): Fix typo.
Date: Sun, 2 Jul 2023 20:56:50 -0400 (EDT)

branch: master
commit 3a07511f1bacafca57a825fdab885f0a24577595
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/keyboard.c (syms_of_keyboard): Fix typo.
---
 src/keyboard.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 74e30d111db..e0182057b39 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12796,9 +12796,10 @@ See also `pre-command-hook'.  */);
 #ifdef HAVE_WINDOW_SYSTEM
   DEFSYM (Qmove_toolbar, "move-toolbar");
 
-  /* The `tool-bar-position' is supported on GTK and builds using the
-     internal tool bar.  Providing this feature causes menu-bar.el to
-     provide `tool-bar-position' as a user option.  */
+  /* The `tool-bar-position' frame parameter is supported on GTK and
+     builds using the internal tool bar.  Providing this feature
+     causes menu-bar.el to provide `tool-bar-position' as a user
+     option.  */
 
 #if !defined HAVE_EXT_TOOL_BAR || defined USE_GTK
   Fprovide (Qmove_toolbar, Qnil);



reply via email to

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