all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Docstring for kill-line
@ 2007-02-17  9:09 Sven Joachim
  2007-02-18  4:37 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2007-02-17  9:09 UTC (permalink / raw)
  To: emacs-devel

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  <svenjoac@gmx.de>

	* 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].

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Docstring for kill-line
  2007-02-17  9:09 Docstring for kill-line Sven Joachim
@ 2007-02-18  4:37 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-02-18  4:37 UTC (permalink / raw)
  To: Sven Joachim; +Cc: emacs-devel

I installed this.  Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-18  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-17  9:09 Docstring for kill-line Sven Joachim
2007-02-18  4:37 ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.