1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge branch 'scratch/no-purespace' into 'master'

This commit is contained in:
Stefan Kangas 2025-02-01 04:56:52 +01:00
commit bf97946d7d
181 changed files with 2108 additions and 9370 deletions

View file

@ -3058,7 +3058,7 @@ By default, the global map binds @code{[tool-bar]} as follows:
@example
(keymap-global-set "<tool-bar>"
`(menu-item ,(purecopy "tool bar") ignore
'(menu-item "tool bar" ignore
:filter tool-bar-make-keymap))
@end example