Mercurial > emacs
changeset 17544:9ba1f7641826
(define-skeleton): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 23 Apr 1997 17:37:06 +0000 |
parents | 9b75a01e03e5 |
children | c67787f92aea |
files | lisp/skeleton.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))