emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 f1247f0: * lisp/frame.el (blink-cursor-delay): Do


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 f1247f0: * lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372)
Date: Sat, 1 Oct 2016 08:23:37 +0000 (UTC)

branch: emacs-25
commit f1247f069e6a908595748c315948c636962b60dc
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * 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 291150b..c3f6212 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]