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
d3f22784
Commit
d3f22784
authored
Feb 06, 2001
by
Eli Zaretskii
Browse files
(kill-line): Doc fix.
parent
255208be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/simple.el
lisp/simple.el
+5
-1
No files found.
lisp/ChangeLog
View file @
d3f22784
2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
* simple.el (kill-line): Doc fix.
2001-02-05 Dave Love <fx@gnu.org>
* loadup.el: Revert last two changes -- bootstrapping works with
...
...
lisp/simple.el
View file @
d3f22784
...
...
@@ -2005,7 +2005,11 @@ To kill a whole line, when point is not at the beginning, type \
If
`
kill-whole-line
'
is
non-nil,
then
this
command
kills
the
whole
line
including
its
terminating
newline,
when
used
at
the
beginning
of
a
line
with
no
argument.
As
a
consequence,
you
can
always
kill
a
whole
line
by
typing
\\[beginning-of-line]
\\[kill-line].
"
by
typing
\\[beginning-of-line]
\\[kill-line].
If
the
buffer
is
read-only,
Emacs
will
beep
and
refrain
from
deleting
the
line,
but
put
the
line
in
the
kill
ring
anyway.
This
means
that
you
can
use
this
command
to
copy
text
from
a
read-only
buffer.
"
(interactive "
P
")
(kill-region (point)
;; It is better to move point to the other end of the kill
...
...
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