diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-03-23 10:40:00 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-03-23 10:40:00 +0000 |
commit | 76acbdc50490034f233bc78d14a7cd5717d9432e (patch) | |
tree | 9b46877d371dad83ff6cdad30cd69df2a050de7d /man/killing.texi | |
parent | 335fcf6c2f6ae8990d8c62589cfb3558c3f38bc0 (diff) | |
parent | 8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (diff) | |
download | emacs-76acbdc50490034f233bc78d14a7cd5717d9432e.tar.gz |
Merged from miles@gnu.org--gnu-2005 (patch 192-203)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-192
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
Use gdb-ui breakpoint faces on ttys too
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-194
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-195
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-196
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-197
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-200
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-201
Tweak info/.arch-inventory to identify info/.cvsignore as source
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-202
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-203
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-316
Diffstat (limited to 'man/killing.texi')
-rw-r--r-- | man/killing.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/killing.texi b/man/killing.texi index 51e352dec6b..9950e405cdd 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -151,7 +151,8 @@ characters: spaces, tabs and newlines. @kbd{M-\} characters before and after point. @kbd{M-@key{SPC}} (@code{just-one-space}) does likewise but leaves a single space after point, regardless of the number of spaces that existed previously (even -if there were none before). +if there were none before). With a numeric argument @var{n}, it +leaves @var{n} spaces after point. @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines after the current line. If the current line is blank, it deletes all |