# HG changeset patch # User Richard M. Stallman # Date 861817026 0 # Node ID 9ba1f764182650916f4a224273684243effa86cf # Parent 9b75a01e03e5f5af7a6ceb971cf7478d80d609c5 (define-skeleton): Doc fix. diff -r 9b75a01e03e5 -r 9ba1f7641826 lisp/skeleton.el --- a/lisp/skeleton.el Wed Apr 23 07:10:09 1997 +0000 +++ b/lisp/skeleton.el Wed Apr 23 17:37:06 1997 +0000 @@ -131,8 +131,9 @@ 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))))