]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc strings in latin1-disp.el
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Aug 2022 05:51:09 +0000 (08:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Aug 2022 05:51:09 +0000 (08:51 +0300)
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx)
(latin1-display): Doc fix.

lisp/international/latin1-disp.el

index 96a54cc2128dc2b14237619e7f8979051d49a114..c8c91fd5709c14334bd9a56a0495e9b84d95ba65 100644 (file)
@@ -87,7 +87,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 \\[customize] or the function `latin1-display'."
+use either \\[customize] or the command `latin1-display'."
   :group 'latin1-display
   :type 'boolean
   :require 'latin1-disp
@@ -745,7 +745,7 @@ 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 \\[customize] or the function `latin1-display'."
+use either \\[customize] or the command `latin1-display-ucs-per-lynx'."
   :group 'latin1-display
   :type 'boolean
   :require 'latin1-disp