aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-10-01 11:23:18 +0300
committerEli Zaretskii2016-10-01 11:23:18 +0300
commitf1247f069e6a908595748c315948c636962b60dc (patch)
tree2110103c4ed5d9cea5251fc5fda72300d2923738
parentace7f1404bda04ab70f1aba882ad8a1b8d72a4f5 (diff)
downloademacs-f1247f069e6a908595748c315948c636962b60dc.tar.gz
emacs-f1247f069e6a908595748c315948c636962b60dc.zip
* lisp/frame.el (blink-cursor-delay): Doc fix. (Bug#24372)
-rw-r--r--lisp/frame.el3
1 files changed, 2 insertions, 1 deletions
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."
2028 :group 'frames) 2028 :group 'frames)
2029 2029
2030(defcustom blink-cursor-delay 0.5 2030(defcustom blink-cursor-delay 0.5
2031 "Seconds of idle time after which cursor starts to blink." 2031 "Seconds of idle time before the first blink of the cursor.
2032Values smaller than 0.2 sec are treated as 0.2 sec."
2032 :type 'number 2033 :type 'number
2033 :group 'cursor) 2034 :group 'cursor)
2034 2035