summaryrefslogtreecommitdiff
path: root/lisp/international/robin.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-05-08 03:52:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-05-08 03:52:53 +0000
commit10c824b02e9d926ca0897dae3085a694acbc1e63 (patch)
tree669d227ca3aade0012d2a96148186404d5e380e5 /lisp/international/robin.el
parentbc10bb37f461abc9f8666fd56086e1cc5fe76714 (diff)
downloademacs-10c824b02e9d926ca0897dae3085a694acbc1e63.tar.gz
(robin-package-alist): Fix typo in docstring.
(robin-current-package-name): Doc fix. (robin-activate): Don't use `iff' in docstring.
Diffstat (limited to 'lisp/international/robin.el')
-rw-r--r--lisp/international/robin.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/international/robin.el b/lisp/international/robin.el
index d56a1a6c578..5e563481fcb 100644
--- a/lisp/international/robin.el
+++ b/lisp/international/robin.el
@@ -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 @@ For example, if you evaluate the following,
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 @@ Internal use only."
(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 @@ Nil means no packages is selected.")
(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'."