emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/composite.el,v
Date: Thu, 08 May 2008 03:36:27 +0000

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

Index: composite.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/composite.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- composite.el        6 May 2008 07:57:28 -0000       1.29
+++ composite.el        8 May 2008 03:36:27 -0000       1.30
@@ -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))))




reply via email to

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