]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372)
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Oct 2016 08:23:18 +0000 (11:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Oct 2016 08:23:18 +0000 (11:23 +0300)
lisp/frame.el

index 291150b591bc7b967ebee248b23a0a273e05b27a..c3f621241ab5272967dcc69500a8d0b99f5445cb 100644 (file)
@@ -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)