diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-07-20 21:22:33 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-07-20 21:22:33 -0700 |
commit | 02c66599e3b30ef2119d5307099f16e2b53018da (patch) | |
tree | 4c38f173f03fab50b33a3ef8678bddc6edc6d9b5 /lisp/frame.el | |
parent | 763a086dc75498d173601db882ec59b739cab17f (diff) | |
download | emacs-02c66599e3b30ef2119d5307099f16e2b53018da.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index ed47afa4b94..71e7cc10de2 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1740,7 +1740,7 @@ frame receives focus." (setq blink-cursor-idle-timer nil)))) (defun blink-cursor-check () - "Check if cursot blinking shall be restarted. + "Check if cursor blinking shall be restarted. This is done when a frame gets focus. Blink timers may be stopped by `blink-cursor-suspend'." (when (and blink-cursor-mode |