all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: emacs-devel@gnu.org
Subject: Docstring for kill-line
Date: Sat, 17 Feb 2007 10:09:46 +0100	[thread overview]
Message-ID: <45D6C65A.9080507@gmx.de> (raw)

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

             reply	other threads:[~2007-02-17  9:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-17  9:09 Sven Joachim [this message]
2007-02-18  4:37 ` Docstring for kill-line Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45D6C65A.9080507@gmx.de \
    --to=svenjoac@gmx.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.