From 4cc4b5d6d7b4990f9a51b14126a7f7aa30ad6101 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 9 Jun 2019 05:02:39 +0200 Subject: [PATCH] ; * 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 282eac72b92..aa3448439b4 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); -- 2.39.2