# HG changeset patch # User Juanma Barranquero # Date 1121899069 0 # Node ID 5347bf5bf3f9f75c7fb0c92c6c4fbb8fdbba30dd # Parent 5b3018246d3c3424880c16d445beec61f7a3d99d (skeleton-proxy-new): Doc fix. diff -r 5b3018246d3c -r 5347bf5bf3f9 lisp/skeleton.el --- a/lisp/skeleton.el Wed Jul 20 22:29:53 2005 +0000 +++ b/lisp/skeleton.el Wed Jul 20 22:37:49 2005 +0000 @@ -154,7 +154,7 @@ 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