emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/robin.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/international/robin.el,v
Date: Thu, 08 May 2008 03:49:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/08 03:49:32

Index: robin.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/robin.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- robin.el    6 May 2008 04:18:15 -0000       1.4
+++ robin.el    8 May 2008 03:49:32 -0000       1.5
@@ -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.
 
@@ -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'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]