diff options
| author | Mattias EngdegÄrd | 2026-01-29 11:07:31 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2026-01-29 13:53:53 +0100 |
| commit | c07ffa21884edae0bf241eb68c44114639a2a1a0 (patch) | |
| tree | 5e8f1937d98edb519db58d855c03e7c13fc8baae /lisp/tutorial.el | |
| parent | 792097d74761bf844c12b8f5916df19e252d5d1b (diff) | |
| download | emacs-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.el | 2 |
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))))) |