aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-20 22:37:49 +0000
committerJuanma Barranquero2005-07-20 22:37:49 +0000
commitafdff50e24fc50d7c16ea3a2c1ba922272b69fa0 (patch)
tree1774b6e7b9a83b917e351eade846cf7c35efc1ed
parentf33321adeab711ed506e863c8497458c09433b0a (diff)
downloademacs-afdff50e24fc50d7c16ea3a2c1ba922272b69fa0.tar.gz
emacs-afdff50e24fc50d7c16ea3a2c1ba922272b69fa0.zip
(skeleton-proxy-new): Doc fix.
-rw-r--r--lisp/skeleton.el2
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.
154This command can also be an abbrev expansion (3rd and 4th columns in 154This 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
157Optional first argument STR may also be a string which will be the value 157Optional second argument STR may also be a string which will be the value
158of `str' whereas the skeleton's interactor is then ignored." 158of `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