(toggle-auto-composition): Don't use `iff' in docstring.
This commit is contained in:
parent
d239a0555b
commit
d4f635a5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ Auto Composition mode in all buffers (this is the default)."
|
|||
|
||||
(defun toggle-auto-composition (&optional arg)
|
||||
"Change whether automatic character composition is enabled in this buffer.
|
||||
With arg, enable it iff arg is positive."
|
||||
With arg, enable it if and only if arg is positive."
|
||||
(interactive "P")
|
||||
(let ((enable (if (null arg) (not auto-composition-function)
|
||||
(> (prefix-numeric-value arg) 0))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue