From d67f7e1fbfa35b715ebda809249f2830eded9fc0 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 6 Jul 2011 20:26:29 +0200 Subject: [PATCH] * dired-aux.el (dired-kill-line): Add a doc string. Fixes: debbugs:957 --- lisp/ChangeLog | 2 ++ lisp/dired-aux.el | 3 +++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68533f8e89e..57b39b5caa2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-07-06 Lars Magne Ingebrigtsen + * 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). diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9e3e3460fa2..5ab4146383b 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -699,6 +699,9 @@ can be produced by `dired-get-marked-files', for example." ;; 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) -- 2.39.2