changeset 94734:6fbc8341e153

(toggle-auto-composition): Don't use `iff' in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 03:36:27 +0000
parents 67bcaf883753
children 2b39e9f51e54
files lisp/composite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))))