From: Eli Zaretskii Date: Sat, 1 Oct 2016 08:23:18 +0000 (+0300) Subject: * lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372) X-Git-Tag: emacs-25.1.90~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1247f069e6a908595748c315948c636962b60dc;p=emacs.git * lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372) --- diff --git a/lisp/frame.el b/lisp/frame.el index 291150b591b..c3f621241ab 100644 --- 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)