diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-20 22:37:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-20 22:37:49 +0000 |
commit | afdff50e24fc50d7c16ea3a2c1ba922272b69fa0 (patch) | |
tree | 1774b6e7b9a83b917e351eade846cf7c35efc1ed /lisp/skeleton.el | |
parent | f33321adeab711ed506e863c8497458c09433b0a (diff) | |
download | emacs-afdff50e24fc50d7c16ea3a2c1ba922272b69fa0.tar.gz |
(skeleton-proxy-new): Doc fix.
Diffstat (limited to 'lisp/skeleton.el')
-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. This command can also be an abbrev expansion (3rd and 4th columns in \\[edit-abbrevs] buffer: \"\" command-name). -Optional first argument STR may also be a string which will be the value +Optional second argument STR may also be a string which will be the value of `str' whereas the skeleton's interactor is then ignored." (skeleton-insert (funcall skeleton-filter skeleton) ;; Pretend C-x a e passed its prefix arg to us |