projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace7f14
)
* lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Oct 2016 08:23:18 +0000
(11:23 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Oct 2016 08:23:18 +0000
(11:23 +0300)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 291150b591bc7b967ebee248b23a0a273e05b27a..c3f621241ab5272967dcc69500a8d0b99f5445cb 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-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)