]> git.eshelyaron.com Git - emacs.git/commitdiff
(latin1-display): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Mon, 17 Nov 2003 05:25:52 +0000 (05:25 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 17 Nov 2003 05:25:52 +0000 (05:25 +0000)
(latin1-display-ucs-per-lynx): Likewise.

lisp/ChangeLog
lisp/international/latin1-disp.el

index 965c5a94898c6e20324bf64466d49b8b55f0b8e8..13434680c9052e37dde73b0d8e789d3d7c47b8cf 100644 (file)
@@ -1,3 +1,12 @@
+2003-11-17  Kenichi Handa  <handa@m17n.org>
+
+       * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
+       docstring.
+
+2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+
+       * international/latin1-disp.el (latin1-display): Fix docstring.
+
 2003-11-16  John Wiegley  <johnw@newartisans.com>
 
        * eshell/em-ls.el (eshell-ls-file): There are times with
index fae82cdb8bca0858e8ee63a1435706cf7fd2f9c2..eead2eedc46fa34a88fbda0cba49be59a430c5d5 100644 (file)
@@ -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