diff options
| -rw-r--r-- | lisp/skeleton.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index f854621cc85..d0d7a0e96c6 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -154,7 +154,7 @@ on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once. | |||
| 154 | This command can also be an abbrev expansion (3rd and 4th columns in | 154 | This command can also be an abbrev expansion (3rd and 4th columns in |
| 155 | \\[edit-abbrevs] buffer: \"\" command-name). | 155 | \\[edit-abbrevs] buffer: \"\" command-name). |
| 156 | 156 | ||
| 157 | Optional first argument STR may also be a string which will be the value | 157 | Optional second argument STR may also be a string which will be the value |
| 158 | of `str' whereas the skeleton's interactor is then ignored." | 158 | of `str' whereas the skeleton's interactor is then ignored." |
| 159 | (skeleton-insert (funcall skeleton-filter skeleton) | 159 | (skeleton-insert (funcall skeleton-filter skeleton) |
| 160 | ;; Pretend C-x a e passed its prefix arg to us | 160 | ;; Pretend C-x a e passed its prefix arg to us |