Mercurial > emacs
changeset 64550:5347bf5bf3f9
(skeleton-proxy-new): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 20 Jul 2005 22:37:49 +0000 |
parents | 5b3018246d3c |
children | dc55ec2be671 |
files | lisp/skeleton.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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