* lisp/tutorial.el (tutorial--describe-nonstandard-key): add space

This commit is contained in:
Mattias Engdegård 2026-01-29 11:07:31 +01:00
parent 792097d747
commit c07ffa2188

View file

@ -153,7 +153,7 @@ options:
" you can use "
(if (string-match-p "^the .*menus?$" where)
""
"the key")
"the key ")
where
(format-message " to get the function `%s'." db))))
(fill-region (point-min) (point)))))