aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-11-17 05:25:52 +0000
committerKenichi Handa2003-11-17 05:25:52 +0000
commit7d00398c524e6fa7d3f3ac11a51a0124da3d6db3 (patch)
treeaf5ee0fb750828f0bb4aa4c804acad75888e90e9
parent572ccdc0efe92041126b7e2b0f68d3205a8d3aed (diff)
downloademacs-7d00398c524e6fa7d3f3ac11a51a0124da3d6db3.tar.gz
emacs-7d00398c524e6fa7d3f3ac11a51a0124da3d6db3.zip
(latin1-display): Fix docstring.
(latin1-display-ucs-per-lynx): Likewise.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/international/latin1-disp.el6
2 files changed, 12 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 965c5a94898..13434680c90 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12003-11-17 Kenichi Handa <handa@m17n.org>
2
3 * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
4 docstring.
5
62003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7
8 * international/latin1-disp.el (latin1-display): Fix docstring.
9
12003-11-16 John Wiegley <johnw@newartisans.com> 102003-11-16 John Wiegley <johnw@newartisans.com>
2 11
3 * eshell/em-ls.el (eshell-ls-file): There are times with 12 * eshell/em-ls.el (eshell-ls-file): There are times with
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el
index fae82cdb8bc..eead2eedc46 100644
--- a/lisp/international/latin1-disp.el
+++ b/lisp/international/latin1-disp.el
@@ -84,7 +84,7 @@ This option also treats some characters in the `mule-unicode-...'
84charsets if you don't have a Unicode font with which to display them. 84charsets if you don't have a Unicode font with which to display them.
85 85
86Setting this variable directly does not take effect; 86Setting this variable directly does not take effect;
87use either M-x customize of the function `latin1-display'." 87use either \\[customize] or the function `latin1-display'."
88 :group 'latin1-display 88 :group 'latin1-display
89 :type 'boolean 89 :type 'boolean
90 :require 'latin1-disp 90 :require 'latin1-disp
@@ -767,11 +767,11 @@ is. If FORCE is non-nil, set up the display regardless."
767;;;###autoload 767;;;###autoload
768(defcustom latin1-display-ucs-per-lynx nil 768(defcustom latin1-display-ucs-per-lynx nil
769 "Set up Latin-1/ASCII display for Unicode characters. 769 "Set up Latin-1/ASCII display for Unicode characters.
770This uses the transliterations of the Lynx browser. The display is't 770This uses the transliterations of the Lynx browser. The display isn't
771changed if the display can render Unicode characters. 771changed if the display can render Unicode characters.
772 772
773Setting this variable directly does not take effect; 773Setting this variable directly does not take effect;
774use either M-x customize of the function `latin1-display'." 774use either \\[customize] or the function `latin1-display'."
775 :group 'latin1-display 775 :group 'latin1-display
776 :type 'boolean 776 :type 'boolean
777 :require 'latin1-disp 777 :require 'latin1-disp