aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd2026-01-29 11:07:31 +0100
committerMattias EngdegÄrd2026-01-29 13:53:53 +0100
commitc07ffa21884edae0bf241eb68c44114639a2a1a0 (patch)
tree5e8f1937d98edb519db58d855c03e7c13fc8baae /lisp/tutorial.el
parent792097d74761bf844c12b8f5916df19e252d5d1b (diff)
downloademacs-c07ffa21884edae0bf241eb68c44114639a2a1a0.tar.gz
emacs-c07ffa21884edae0bf241eb68c44114639a2a1a0.zip
* lisp/tutorial.el (tutorial--describe-nonstandard-key): add space
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
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:
153 " you can use " 153 " you can use "
154 (if (string-match-p "^the .*menus?$" where) 154 (if (string-match-p "^the .*menus?$" where)
155 "" 155 ""
156 "the key") 156 "the key ")
157 where 157 where
158 (format-message " to get the function `%s'." db)))) 158 (format-message " to get the function `%s'." db))))
159 (fill-region (point-min) (point))))) 159 (fill-region (point-min) (point)))))