# HG changeset patch # User Juanma Barranquero # Date 1210218572 0 # Node ID a7e2e70449527590f9360259af4fa9f5f05f9b49 # Parent 766d27d2c19f690d05086076bc1eace84305acad (robin-package-alist): Fix typo in docstring. (robin-current-package-name): Doc fix. (robin-activate): Don't use `iff' in docstring. diff -r 766d27d2c19f -r a7e2e7044952 lisp/international/robin.el --- a/lisp/international/robin.el Thu May 08 03:43:39 2008 +0000 +++ b/lisp/international/robin.el Thu May 08 03:49:32 2008 +0000 @@ -251,7 +251,7 @@ (defvar robin-package-alist nil "List of robin packages. -A robin pacakge is of the form (NAME DOCSTRING &rest RULES). +A robin package is of the form (NAME DOCSTRING &rest RULES). NAME is a string specifying a particular robin package. DOCSTRING is a documentation string for the robin package. @@ -271,7 +271,7 @@ this robin package will be the following. (\"test\" \"Uppercase input characters\" - (?a \"A\" + (?a \"A\" (?b \"AB\") (?c \"AC\" (?d \"ACD\") @@ -377,7 +377,7 @@ (defvar robin-current-package-name nil "String representing the name of the current robin package. -Nil means no packages is selected.") +A nil value means no package is selected.") (make-variable-buffer-local 'robin-current-package-name) ;;;###autoload @@ -399,7 +399,7 @@ (defun robin-activate (&optional arg) "Activate robin input method. -With ARG, activate robin input method iff ARG is positive. +With ARG, activate robin input method if and only if ARG is positive. While this input method is active, the variable `input-method-function' is bound to the function `robin-input-method'."