# HG changeset patch # User Richard M. Stallman # Date 993561769 0 # Node ID b13ab91e3dd80ee19c1ef261e409b92aa2691e94 # Parent a6d5498886e01f7e9a685c027a3d6e4e2bdbe563 Say "expression" instead of "sexp". Update xref, Sexps -> Expressions. diff -r a6d5498886e0 -r b13ab91e3dd8 man/killing.texi --- a/man/killing.texi Tue Jun 26 13:22:05 2001 +0000 +++ b/man/killing.texi Tue Jun 26 13:22:49 2001 +0000 @@ -224,7 +224,7 @@ @item M-k Kill to end of sentence (@code{kill-sentence}). @item C-M-k -Kill sexp (@code{kill-sexp}). @xref{Lists}. +Kill the following balanced expression (@code{kill-sexp}). @xref{Expressions}. @item M-z @var{char} Kill through the next occurrence of @var{char} (@code{zap-to-char}). @end table @@ -242,10 +242,10 @@ numeric argument acts as a repeat count. A negative argument means to search backward and kill text before point. - Other syntactic units can be killed: words, with @kbd{M-@key{DEL}} and -@kbd{M-d} (@pxref{Words}); sexps, with @kbd{C-M-k} (@pxref{Lists}); and -sentences, with @kbd{C-x @key{DEL}} and @kbd{M-k} -(@pxref{Sentences}).@refill + Other syntactic units can be killed: words, with @kbd{M-@key{DEL}} +and @kbd{M-d} (@pxref{Words}); balanced expressions, with @kbd{C-M-k} +(@pxref{Expressions}); and sentences, with @kbd{C-x @key{DEL}} and +@kbd{M-k} (@pxref{Sentences}).@refill You can use kill commands in read-only buffers. They don't actually change the buffer, and they beep to warn you of that, but they do copy