From f1247f069e6a908595748c315948c636962b60dc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 1 Oct 2016 11:23:18 +0300 Subject: [PATCH] * lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372) --- lisp/frame.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2