disabled-command: Explain what SPC means again
* lisp/novice.el (disabled-command-function): Explain what SPC means again, an explanation that was lost in a recent change.
This commit is contained in:
parent
e2a7e5f409
commit
85cb4f419b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ You can now type:
|
||||||
'((?y "yes")
|
'((?y "yes")
|
||||||
(?n "no")
|
(?n "no")
|
||||||
(?! "yes; enable for session")
|
(?! "yes; enable for session")
|
||||||
(?\s "yes; once"))
|
(?\s "(space bar) yes; once"))
|
||||||
help-string
|
help-string
|
||||||
"*Disabled Command*"))))
|
"*Disabled Command*"))))
|
||||||
(pcase char
|
(pcase char
|
||||||
|
|
Loading…
Add table
Reference in a new issue