From 85cb4f419b2e7c3b53b42d50d4c0c588931d02c6 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 27 Dec 2021 20:30:41 +0100 Subject: [PATCH] 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. --- lisp/novice.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/novice.el b/lisp/novice.el index 0cf54df160c..65e48a21493 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -88,7 +88,7 @@ You can now type: '((?y "yes") (?n "no") (?! "yes; enable for session") - (?\s "yes; once")) + (?\s "(space bar) yes; once")) help-string "*Disabled Command*")))) (pcase char -- 2.39.2