Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
533286e0
Commit
533286e0
authored
Dec 16, 2005
by
Eli Zaretskii
Browse files
(Killing by Lines): Document `kill-whole-line' function.
parent
9a992308
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
man/ChangeLog
man/ChangeLog
+4
-0
man/killing.texi
man/killing.texi
+9
-0
No files found.
man/ChangeLog
View file @
533286e0
2005-12-16 Eli Zaretskii <eliz@gnu.org>
* org.texi (Internal Links): Add a missing comma after an @xref.
2005-12-16 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
* buffers.texi (Select Buffer): Change `prev-buffer' to
...
...
man/killing.texi
View file @
533286e0
...
...
@@ -169,6 +169,8 @@ leaving a single space. @xref{Indentation,M-^}.
@table @kbd
@item C-k
Kill rest of line or one or more lines (@code{kill-line}).
@item C-S-backspace
Kill an entire line at once (@code{kill-whole-line})
@end table
@kindex C-k
...
...
@@ -200,6 +202,13 @@ current line.
the very beginning of a line kills the entire line including the
following newline. This variable is normally @code{nil}.
@kindex C-S-backspace
@findex kill-whole-line
@kbd{C-S-backspace} (@code{kill-whole-line}) will kill a whole line
including its newline regardless of the position of point within the
line. Note that many character terminals will prevent you from typing
the key sequence @kbd{C-S-backspace}.
@node Other Kill Commands
@subsection Other Kill Commands
@findex kill-region
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment