From 7d00398c524e6fa7d3f3ac11a51a0124da3d6db3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 17 Nov 2003 05:25:52 +0000 Subject: [PATCH] (latin1-display): Fix docstring. (latin1-display-ucs-per-lynx): Likewise. --- lisp/ChangeLog | 9 +++++++++ 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 @@ +2003-11-17 Kenichi Handa + + * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix + docstring. + +2003-11-17 Jesper Harder (tiny change) + + * international/latin1-disp.el (latin1-display): Fix docstring. + 2003-11-16 John Wiegley * 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-...' charsets if you don't have a Unicode font with which to display them. Setting this variable directly does not take effect; -use either M-x customize of the function `latin1-display'." +use either \\[customize] or the function `latin1-display'." :group 'latin1-display :type 'boolean :require 'latin1-disp @@ -767,11 +767,11 @@ is. If FORCE is non-nil, set up the display regardless." ;;;###autoload (defcustom latin1-display-ucs-per-lynx nil "Set up Latin-1/ASCII display for Unicode characters. -This uses the transliterations of the Lynx browser. The display is't +This uses the transliterations of the Lynx browser. The display isn't changed if the display can render Unicode characters. Setting this variable directly does not take effect; -use either M-x customize of the function `latin1-display'." +use either \\[customize] or the function `latin1-display'." :group 'latin1-display :type 'boolean :require 'latin1-disp -- 2.39.2