]> git.eshelyaron.com Git - emacs.git/commitdiff
Have `dired-mode' refer to Customize instead of listing some variables
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Feb 2021 09:10:39 +0000 (10:10 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Feb 2021 09:10:39 +0000 (10:10 +0100)
* lisp/dired.el (dired-mode): Punt to Customize instead of listing
some of the dired variables (bug#46239).

lisp/dired.el

index fe6ac1e2591eb598e42b47ad2044f24952f98364..553fb64da050a64985ad24b128b1497d93e8c5ce 100644 (file)
@@ -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'