From a35b796c991232146a504f375112c2a6353b84a4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 2 Feb 2021 10:10:39 +0100 Subject: [PATCH] Have `dired-mode' refer to Customize instead of listing some variables * lisp/dired.el (dired-mode): Punt to Customize instead of listing some of the dired variables (bug#46239). --- lisp/dired.el | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/lisp/dired.el b/lisp/dired.el index fe6ac1e2591..553fb64da05 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -2332,19 +2332,9 @@ to relist the file at point or the marked files or a subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer again for the directory tree. -Customization variables (rename this buffer and type \\[describe-variable] on each line -for more info): - - `dired-listing-switches' - `dired-trivial-filenames' - `dired-marker-char' - `dired-del-marker' - `dired-keep-marker-rename' - `dired-keep-marker-copy' - `dired-keep-marker-hardlink' - `dired-keep-marker-symlink' - -Hooks (use \\[describe-variable] to see their documentation): +See the `dired' customization group for a list of user options. + +This mode runs the following hooks: `dired-before-readin-hook' `dired-after-readin-hook' -- 2.39.2