projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58ecaf
)
; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 9 Jun 2019 03:02:39 +0000
(
05:02
+0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 9 Jun 2019 06:22:56 +0000
(09:22 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 282eac72b922c837800155f3eabd7825d82ebdcb..aa3448439b429e264c800f079175b700163073c2 100644
(file)
--- 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 reliabl
e
, as they are only
+ properties may not work reliabl
y
, 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);