]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/dired.el: Fix typo.
authorStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 13:20:28 +0000 (15:20 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 13:20:46 +0000 (15:20 +0200)
lisp/dired.el

index fff4f16ee917ee85a18de82f0f0d58603e294b98..46525891224f6efaaa6f16e31de68b243328583d 100644 (file)
@@ -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")