mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Fix last change in dframe.el
This commit is contained in:
parent
5f6ffef879
commit
1c69563a1c
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue