]> git.eshelyaron.com Git - emacs.git/commitdiff
(skeleton-proxy-new): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jul 2005 22:37:49 +0000 (22:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jul 2005 22:37:49 +0000 (22:37 +0000)
lisp/skeleton.el

index f854621cc8535722629a84b5ef3859d0b1d6c261..d0d7a0e96c641726dab10ce05ed7be9bede4303c 100644 (file)
@@ -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