diff options
| author | Juanma Barranquero | 2007-01-03 12:05:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-03 12:05:49 +0000 |
| commit | c3b1f01f5cc2c0affd2a3e5ffcd979fc0356bd3e (patch) | |
| tree | 640a50e457bbae0b7e700352126a9570b90edfaf /lisp | |
| parent | f6a1a6721f66324c00ae0c068d3f12cb314af463 (diff) | |
| download | emacs-c3b1f01f5cc2c0affd2a3e5ffcd979fc0356bd3e.tar.gz emacs-c3b1f01f5cc2c0affd2a3e5ffcd979fc0356bd3e.zip | |
(tutorial--describe-nonstandard-key): Fix typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/tutorial.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6e4cfc1c7a..2e184d7991a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * tutorial.el (tutorial--describe-nonstandard-key): Fix typo. | ||
| 4 | |||
| 1 | 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * iswitchb.el (iswitchb-global-map): Use command-remapping if available. | 7 | * iswitchb.el (iswitchb-global-map): Use command-remapping if available. |
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index be50d793f0f..cf9a391e5a6 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -153,7 +153,7 @@ options: | |||
| 153 | (insert "\n\nYou can use M-x " | 153 | (insert "\n\nYou can use M-x " |
| 154 | (format "%s" db) | 154 | (format "%s" db) |
| 155 | " RET instead.")) | 155 | " RET instead.")) |
| 156 | (insert "\n\nWith you current key bindings" | 156 | (insert "\n\nWith your current key bindings" |
| 157 | " you can use the key " | 157 | " you can use the key " |
| 158 | where | 158 | where |
| 159 | " to get the function `" | 159 | " to get the function `" |