]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-skeleton): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Apr 1997 17:37:06 +0000 (17:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Apr 1997 17:37:06 +0000 (17:37 +0000)
lisp/skeleton.el

index 31d1195409f4fc762ef69d21817a9b602d4d0c7a..cdfa3f72e4919f45c744dd3e69788cbc9498c2d2 100644 (file)
@@ -131,8 +131,9 @@ If there is a highlighted region, the skeleton text is wrapped
 around the region text.
 
 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.
-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")
        (skeleton-proxy-new ',skeleton str arg))))