From: Stefan Kangas Date: Tue, 5 Oct 2021 13:20:28 +0000 (+0200) Subject: ; * lisp/dired.el: Fix typo. X-Git-Tag: emacs-28.0.90~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea1b728a06ebbe61910c9f8f5de2fdf2c07f9178;p=emacs.git ; * lisp/dired.el: Fix typo. --- 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." :type 'boolean :group 'dired) -;; These variables were deleted and the replacements are on files.el. +;; These variables were deleted and the replacements are in files.el. ;; We leave aliases behind for back-compatibility. (define-obsolete-variable-alias 'dired-free-space-program 'directory-free-space-program "27.1")