changeset 94742:a7e2e7044952

(robin-package-alist): Fix typo in docstring. (robin-current-package-name): Doc fix. (robin-activate): Don't use `iff' in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 03:49:32 +0000
parents 766d27d2c19f
children 6423a941a00a
files lisp/international/robin.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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'."