Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9fd46b

Browse files
committedMar 6, 2023
docs(list): fix docstring warnings
1 parent 96f1f30 commit c9fd46b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎dired-list.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
;; C-h f dired-list RET
4848

49-
;; in emacs.
49+
;; in Emacs.
5050

5151
;; In addition to the generic interface this package implements common
5252
;; listings (patches and extensions welcome!), these are:
@@ -68,9 +68,9 @@
6868
(require 'find-dired)
6969

7070
(defcustom dired-list-use-N-flag t
71-
"GNU coreutils ls version 8.25 no longer uses --literal (-N) flag as default.
71+
"Non-nil means the --literal flag will be used.
7272
73-
If this setting is non-nil, the --literal flag will be used"
73+
GNU coreutils ls version 8.25 no longer uses --literal (-N) flag as default."
7474
:type 'boolean
7575
:group 'dired-list)
7676

@@ -281,7 +281,7 @@ Display results as a `dired' buffer."
281281

282282
;; taken from grep.el/rgrep
283283
(defun dired-list--get-ignored-stuff (dir)
284-
"Return an argument to find which ignores uninteresting directories and files.
284+
"Return find subcommand to ignore uninteresting dirs and files in DIR.
285285
286286
Directories are taken form `grep-find-ignored-directories', files
287287
are taken from `grep-find-ignored-files'."
@@ -327,7 +327,7 @@ are taken from `grep-find-ignored-files'."
327327

328328
;;;###autoload
329329
(defun dired-list-find-file (dir cmd)
330-
"Run find(1) on DIR.
330+
"Run find(1) on DIR with find command CMD.
331331
332332
By default, directories matching `grep-find-ignored-directories'
333333
and files matching `grep-find-ignored-files' are ignored.

0 commit comments

Comments
 (0)
Failed to load comments.