changeset 53081:54b6dde2522b

(latin1-display): Fix docstring. (latin1-display-ucs-per-lynx): Likewise.
author Kenichi Handa <handa@m17n.org>
date Mon, 17 Nov 2003 05:22:36 +0000
parents 76ece241e712
children 1b62d2b8774f
files lisp/international/latin1-disp.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/latin1-disp.el	Mon Nov 17 00:24:06 2003 +0000
+++ b/lisp/international/latin1-disp.el	Mon Nov 17 05:22:36 2003 +0000
@@ -84,7 +84,7 @@
 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 @@
 ;;;###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