emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 4cc4b5d: ; * src/keyboard.c (tool_bar_items): Fix


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 4cc4b5d: ; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
Date: Sun, 9 Jun 2019 02:23:40 -0400 (EDT)

branch: emacs-26
commit 4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101
Author: Stefan Kangas <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/keyboard.c (tool_bar_items): Fix a typo.  (Bug#36143)
---
 src/keyboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 282eac7..aa34484 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8035,7 +8035,7 @@ tool_bar_items (Lisp_Object reuse, int *nitems)
     {
       /* No, so use major and minor mode keymaps and keymap property.
         Note that tool-bar bindings in the local-map and keymap
-        properties may not work reliable, as they are only
+        properties may not work reliably, as they are only
         recognized when the tool-bar (or mode-line) is updated,
         which does not normally happen after every command.  */
       ptrdiff_t nminor = current_minor_maps (NULL, &tmaps);



reply via email to

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