emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104996: * dired-aux.el (dired-kill-l


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104996: * dired-aux.el (dired-kill-line): Add a doc string.
Date: Wed, 06 Jul 2011 20:26:29 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104996
fixes bug(s): http://debbugs.gnu.org/957
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 20:26:29 +0200
message:
  * dired-aux.el (dired-kill-line): Add a doc string.
modified:
  lisp/ChangeLog
  lisp/dired-aux.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-06 17:45:01 +0000
+++ b/lisp/ChangeLog    2011-07-06 18:26:29 +0000
@@ -1,5 +1,7 @@
 2011-07-06  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * dired-aux.el (dired-kill-line): Add a doc string.
+
        * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
        to "\\sw\\|\\s_" (bug#358).
 

=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2011-07-05 09:51:56 +0000
+++ b/lisp/dired-aux.el 2011-07-06 18:26:29 +0000
@@ -699,6 +699,9 @@
 ;; Commands that delete or redisplay part of the dired buffer.
 
 (defun dired-kill-line (&optional arg)
+  "Kill the current line (not the files).
+With a prefix argument, kill that many lines starting with the current line.
+\(A negative argument kills backward.)"
   (interactive "P")
   (setq arg (prefix-numeric-value arg))
   (let (buffer-read-only file)


reply via email to

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