branch: elpa/undo-fu-session
commit 6b9ac96b6932a4ae10737caffd39a84d4e11d683
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Correct defcustom "type" for undo-fu-session-file-limit
---
undo-fu-session.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/undo-fu-session.el b/undo-fu-session.el
index 6851035b3b4..3157831b260 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -152,7 +152,7 @@ to convert existing files to the newly selected format."
"Number of files to store, nil to disable limiting entirely.
Enforcing removes the oldest files."
- :type 'integer)
+ :type '(choice (const :tag "Unlimited" nil) integer))
;; ---------------------------------------------------------------------------