summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-02-02 10:10:39 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-02-02 10:10:39 +0100
commita35b796c991232146a504f375112c2a6353b84a4 (patch)
treebeee627ab57a090be2146642cdb97aecfd258805 /lisp/dired.el
parente0fc879c0c2185bb5858dc64eabf19ee267beac3 (diff)
downloademacs-a35b796c991232146a504f375112c2a6353b84a4.tar.gz
emacs-a35b796c991232146a504f375112c2a6353b84a4.tar.bz2
emacs-a35b796c991232146a504f375112c2a6353b84a4.zip
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).
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el16
1 files 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'