# HG changeset patch # User Juanma Barranquero # Date 1210217787 0 # Node ID 6fbc8341e1536e9838e80d8c2b21c75cc11cfd99 # Parent 67bcaf883753a7635e0c7fc933d4969c8901020b (toggle-auto-composition): Don't use `iff' in docstring. diff -r 67bcaf883753 -r 6fbc8341e153 lisp/composite.el --- a/lisp/composite.el Thu May 08 03:35:38 2008 +0000 +++ b/lisp/composite.el Thu May 08 03:36:27 2008 +0000 @@ -620,7 +620,7 @@ (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))))