mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
* lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372)
This commit is contained in:
parent
ace7f1404b
commit
f1247f069e
@ -2028,7 +2028,8 @@ widths."
|
||||
:group 'frames)
|
||||
|
||||
(defcustom blink-cursor-delay 0.5
|
||||
"Seconds of idle time after which cursor starts to blink."
|
||||
"Seconds of idle time before the first blink of the cursor.
|
||||
Values smaller than 0.2 sec are treated as 0.2 sec."
|
||||
:type 'number
|
||||
:group 'cursor)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user