From c07ffa21884edae0bf241eb68c44114639a2a1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 29 Jan 2026 11:07:31 +0100 Subject: [PATCH] * lisp/tutorial.el (tutorial--describe-nonstandard-key): add space --- lisp/tutorial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 113d13d11c2..f98a13b8a4a 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -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)))))