(define-skeleton): Doc fix.

This commit is contained in:
Richard M. Stallman 1997-04-23 17:37:06 +00:00
parent 2273c36b4e
commit 53d393c96b

View file

@ -131,8 +131,9 @@ If there is a highlighted region, the skeleton text is wrapped
around the region text. around the region text.
A prefix argument ARG says to wrap the skeleton around the next ARG words. A prefix argument ARG says to wrap the skeleton around the next ARG words.
A prefix argument of -1 says to wrap around region, even if not highlighted.
A prefix argument of zero says to wrap around zero words---that is, nothing. A prefix argument of zero says to wrap around zero words---that is, nothing.
This is a way of overiding the use of a highlighted region.") This is a way of overriding the use of a highlighted region.")
(interactive "*P\nP") (interactive "*P\nP")
(skeleton-proxy-new ',skeleton str arg)))) (skeleton-proxy-new ',skeleton str arg))))