]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (syms_of_keyboard): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Mon, 3 Jul 2023 00:42:39 +0000 (08:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 3 Jul 2023 00:42:39 +0000 (08:42 +0800)
src/keyboard.c

index 74e30d111db877722f4dde61749fdc46fad40244..e0182057b39326d96b20a32f01ba3fd1f261cc17 100644 (file)
@@ -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);