1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)

This commit is contained in:
Stefan Kangas 2019-06-09 05:02:39 +02:00 committed by Eli Zaretskii
parent b58ecafcdc
commit 4cc4b5d6d7

View File

@ -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);