emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/async c4772bec68 3/3: Fix typo in dired-async-small-fil


From: ELPA Syncer
Subject: [elpa] externals/async c4772bec68 3/3: Fix typo in dired-async-small-file-max defcustom
Date: Sat, 17 Dec 2022 01:57:29 -0500 (EST)

branch: externals/async
commit c4772bec684776e93f1b8d845b452dc850ee2315
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix typo in dired-async-small-file-max defcustom
---
 dired-async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index 2059b72649..1064d477d0 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -79,7 +79,7 @@ Same device renames and copying and renaming files smaller 
than
   "Files smaller than this in bytes are considered fast to copy
 or rename for `dired-async-skip-fast'."
   :risky t
-  :type 'int)
+  :type 'integer)
 
 (defface dired-async-message
     '((t (:foreground "yellow")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]