diff options
| author | Kenichi Handa | 2003-11-17 05:25:52 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-11-17 05:25:52 +0000 |
| commit | 7d00398c524e6fa7d3f3ac11a51a0124da3d6db3 (patch) | |
| tree | af5ee0fb750828f0bb4aa4c804acad75888e90e9 | |
| parent | 572ccdc0efe92041126b7e2b0f68d3205a8d3aed (diff) | |
| download | emacs-7d00398c524e6fa7d3f3ac11a51a0124da3d6db3.tar.gz emacs-7d00398c524e6fa7d3f3ac11a51a0124da3d6db3.zip | |
(latin1-display): Fix docstring.
(latin1-display-ucs-per-lynx): Likewise.
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/international/latin1-disp.el | 6 |
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 @@ | |||
| 1 | 2003-11-17 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix | ||
| 4 | docstring. | ||
| 5 | |||
| 6 | 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change) | ||
| 7 | |||
| 8 | * international/latin1-disp.el (latin1-display): Fix docstring. | ||
| 9 | |||
| 1 | 2003-11-16 John Wiegley <johnw@newartisans.com> | 10 | 2003-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-...' | |||
| 84 | charsets if you don't have a Unicode font with which to display them. | 84 | charsets if you don't have a Unicode font with which to display them. |
| 85 | 85 | ||
| 86 | Setting this variable directly does not take effect; | 86 | Setting this variable directly does not take effect; |
| 87 | use either M-x customize of the function `latin1-display'." | 87 | use 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. |
| 770 | This uses the transliterations of the Lynx browser. The display is't | 770 | This uses the transliterations of the Lynx browser. The display isn't |
| 771 | changed if the display can render Unicode characters. | 771 | changed if the display can render Unicode characters. |
| 772 | 772 | ||
| 773 | Setting this variable directly does not take effect; | 773 | Setting this variable directly does not take effect; |
| 774 | use either M-x customize of the function `latin1-display'." | 774 | use 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 |