emacs-31 1c69563a1c8: ; Fix last change in dframe.el
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 1c69563a1c8c8200585e3904f0adef7e418738b5 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; Fix last change in dframe.el --- lisp/dframe.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/dframe.el b/lisp/dframe.el index ac5a32f20f7..e2dc525ffc1 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el @@ -128,8 +128,10 @@ is not useful to the user.") (defcustom dframe-update-speed 1 "Idle time in seconds needed before dframe will update itself. Updates occur to allow dframe to display directory information relevant -to the buffer you are currently editing. The value can be an integer or -float since it is passed to `run-with-idle-timer'." +to the buffer you are currently editing. The value will be passed +to `run-with-idle-timer', and can be an integer or a float. +However, `setopt' will not accept a list of the kind returned +by `current-idle-time' as valid." :group 'dframe :type 'number)