Tool bar documentation clarification: Mention forcing updates
* doc/lispref/keymaps.texi (Tool Bar): Document that flipping the status of a tool bar item doesn't necessarily update the visuals (bug#42957).
This commit is contained in:
parent
8b3de06347
commit
10bc4eac5b
1 changed files with 5 additions and 0 deletions
|
@ -2812,6 +2812,11 @@ the shift modifier:
|
|||
@xref{Function Keys}, for more information about how to add modifiers to
|
||||
function keys.
|
||||
|
||||
If you have functions that change whether a tool bar item is enabled
|
||||
or not, this status is not necessarily updated visually immediately.
|
||||
To force recalculation of the tool bar, call
|
||||
@code{force-mode-line-update} (@pxref{Mode Line Format}).
|
||||
|
||||
@node Modifying Menus
|
||||
@subsection Modifying Menus
|
||||
@cindex menu modification
|
||||
|
|
Loading…
Add table
Reference in a new issue