diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
commit | 4837b516ea56c6cc2b3ce823b04078b10b2defc6 (patch) | |
tree | 8d2cf5aab413be0a169520329f869601e2fed0bf /lisp/frame.el | |
parent | 5453fa41122e3278a442f4fab855561e41f4034f (diff) | |
download | emacs-4837b516ea56c6cc2b3ce823b04078b10b2defc6.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 13c42ed5ad1..97133dee87c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1310,9 +1310,9 @@ itself as a pre-command hook." (define-minor-mode blink-cursor-mode "Toggle blinking cursor mode. -With a numeric argument, turn blinking cursor mode on iff ARG is positive. -When blinking cursor mode is enabled, the cursor of the selected -window blinks. +With a numeric argument, turn blinking cursor mode on if ARG is positive, +otherwise turn it off. When blinking cursor mode is enabled, the +cursor of the selected window blinks. Note that this command is effective only when Emacs displays through a window system, because then Emacs does its own |