aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2021-02-28 15:44:34 +0000
committerBasil L. Contovounesios2021-02-28 19:00:27 +0000
commit797f0ba2185c2c4cbfc1b733bbaa9402afe152a4 (patch)
tree5843800fdbde648943d07c0c80a72301c00b0635
parentc537b6384f240a7ab81731a8fb2e759ea2c30e60 (diff)
downloademacs-797f0ba2185c2c4cbfc1b733bbaa9402afe152a4.tar.gz
emacs-797f0ba2185c2c4cbfc1b733bbaa9402afe152a4.zip
; Fix dired-switches-in-mode-line defcustom tags.
-rw-r--r--lisp/dired.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 4f1c3ded092..cc006b42e45 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -4240,7 +4240,8 @@ Possible values:
4240 * `as-is': Show full switches. 4240 * `as-is': Show full switches.
4241 * Integer: Show only the first N chars of full switches. 4241 * Integer: Show only the first N chars of full switches.
4242 * Function: Pass `dired-actual-switches' as arg and show result." 4242 * Function: Pass `dired-actual-switches' as arg and show result."
4243 :group 'Dired-Plus 4243 :group 'dired
4244 :version "28.1"
4244 :type '(choice 4245 :type '(choice
4245 (const :tag "Indicate by name or date, else full" nil) 4246 (const :tag "Indicate by name or date, else full" nil)
4246 (const :tag "Show full switches" as-is) 4247 (const :tag "Show full switches" as-is)