comparison lisp/international/latin1-disp.el @ 78484:edc666d07b2c

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:24:27 +0000
parents 451a2d341d55
children b6fdfff4ae81 424b655804ca
comparison
equal deleted inserted replaced
78483:ee4552a02131 78484:edc666d07b2c
775 775
776 (defun latin1-display-ucs-per-lynx (arg) 776 (defun latin1-display-ucs-per-lynx (arg)
777 "Set up Latin-1/ASCII display for Unicode characters. 777 "Set up Latin-1/ASCII display for Unicode characters.
778 This uses the transliterations of the Lynx browser. 778 This uses the transliterations of the Lynx browser.
779 779
780 With argument ARG, turn such display on iff ARG is positive, otherwise 780 With argument ARG, turn such display on if ARG is positive, otherwise
781 turn it off and display Unicode characters literally. The display 781 turn it off and display Unicode characters literally. The display
782 is't changed if the display can render Unicode characters." 782 isn't changed if the display can render Unicode characters."
783 (interactive "p") 783 (interactive "p")
784 (if (> arg 0) 784 (if (> arg 0)
785 (unless (char-displayable-p 785 (unless (char-displayable-p
786 (make-char 'mule-unicode-0100-24ff 32 33)) 786 (make-char 'mule-unicode-0100-24ff 32 33))
787 ;; It doesn't look as though we have a Unicode font. 787 ;; It doesn't look as though we have a Unicode font.