emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Docstring for kill-line


From: Sven Joachim
Subject: Docstring for kill-line
Date: Sat, 17 Feb 2007 10:09:46 +0100
User-agent: IceDove 1.5.0.9 (X11/20061220)

The docstring for kill-line mentions beginning-of-line, which has been
superseded by move-beginning-of-line.  The following small patch takes
care of this:

ChangeLog entry:

2007-02-17  Sven Joachim  <address@hidden>

        * simple.el (kill-line): Doc fix.
        

*** simple.el~  2007-02-08 07:31:28.000000000 +0100
--- simple.el   2007-02-17 09:40:19.000000000 +0100
***************
*** 2842,2853 ****
  a number counts as a prefix arg.
  
  To kill a whole line, when point is not at the beginning, type \
! \\[beginning-of-line] \\[kill-line] \\[kill-line].
  
  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].
  
  If you want to append the killed line to the last killed text,
  use \\[append-next-kill] before \\[kill-line].
--- 2842,2853 ----
  a number counts as a prefix arg.
  
  To kill a whole line, when point is not at the beginning, type \
! \\[move-beginning-of-line] \\[kill-line] \\[kill-line].
  
  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 \\[move-beginning-of-line] \\[kill-line].
  
  If you want to append the killed line to the last killed text,
  use \\[append-next-kill] before \\[kill-line].




reply via email to

[Prev in Thread] Current Thread [Next in Thread]