Mercurial > emacs
changeset 38206:b13ab91e3dd8
Say "expression" instead of "sexp". Update xref, Sexps -> Expressions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Jun 2001 13:22:49 +0000 |
parents | a6d5498886e0 |
children | e24d77a5adf1 |
files | man/killing.texi |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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