aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-10-05 15:20:28 +0200
committerStefan Kangas2021-10-05 15:20:46 +0200
commitea1b728a06ebbe61910c9f8f5de2fdf2c07f9178 (patch)
tree592b28cac520ba4f46d01f6a80a78449c6ea22f1
parent984eafeb9890d8a6e4fa401d38f5e6de9d720f2b (diff)
downloademacs-ea1b728a06ebbe61910c9f8f5de2fdf2c07f9178.tar.gz
emacs-ea1b728a06ebbe61910c9f8f5de2fdf2c07f9178.zip
; * lisp/dired.el: Fix typo.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index fff4f16ee91..46525891224 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -247,7 +247,7 @@ This is similar to the \"-L\" option for the \"cp\" shell command."
247 :type 'boolean 247 :type 'boolean
248 :group 'dired) 248 :group 'dired)
249 249
250;; These variables were deleted and the replacements are on files.el. 250;; These variables were deleted and the replacements are in files.el.
251;; We leave aliases behind for back-compatibility. 251;; We leave aliases behind for back-compatibility.
252(define-obsolete-variable-alias 'dired-free-space-program 252(define-obsolete-variable-alias 'dired-free-space-program
253 'directory-free-space-program "27.1") 253 'directory-free-space-program "27.1")