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/latin1-disp.el, v [EMA


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/international/latin1-disp.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:24:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:24:27

Index: latin1-disp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/latin1-disp.el,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -b -r1.24.2.1 -r1.24.2.2
--- latin1-disp.el      25 Jul 2007 06:54:49 -0000      1.24.2.1
+++ latin1-disp.el      8 Aug 2007 07:24:27 -0000       1.24.2.2
@@ -777,9 +777,9 @@
   "Set up Latin-1/ASCII display for Unicode characters.
 This uses the transliterations of the Lynx browser.
 
-With argument ARG, turn such display on iff ARG is positive, otherwise
+With argument ARG, turn such display on if ARG is positive, otherwise
 turn it off and display Unicode characters literally.  The display
-is't changed if the display can render Unicode characters."
+isn't changed if the display can render Unicode characters."
   (interactive "p")
   (if (> arg 0)
       (unless (char-displayable-p




reply via email to

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