aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-08-28 08:51:09 +0300
committerEli Zaretskii2022-08-28 08:51:09 +0300
commitcc945ec0ed11c93a322db6258d47ea2746aead18 (patch)
tree34f57acb1558fee65974d6ae095b9dda3d152e98
parent195fcc932eea396c94483e0265b43a3c01147776 (diff)
downloademacs-cc945ec0ed11c93a322db6258d47ea2746aead18.tar.gz
emacs-cc945ec0ed11c93a322db6258d47ea2746aead18.zip
; Fix doc strings in latin1-disp.el
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx) (latin1-display): Doc fix.
-rw-r--r--lisp/international/latin1-disp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el
index 96a54cc2128..c8c91fd5709 100644
--- a/lisp/international/latin1-disp.el
+++ b/lisp/international/latin1-disp.el
@@ -87,7 +87,7 @@ This option also treats some characters in the `mule-unicode-...'
87charsets if you don't have a Unicode font with which to display them. 87charsets if you don't have a Unicode font with which to display them.
88 88
89Setting this variable directly does not take effect; 89Setting this variable directly does not take effect;
90use either \\[customize] or the function `latin1-display'." 90use either \\[customize] or the command `latin1-display'."
91 :group 'latin1-display 91 :group 'latin1-display
92 :type 'boolean 92 :type 'boolean
93 :require 'latin1-disp 93 :require 'latin1-disp
@@ -745,7 +745,7 @@ This uses the transliterations of the Lynx browser. The display isn't
745changed if the display can render Unicode characters. 745changed if the display can render Unicode characters.
746 746
747Setting this variable directly does not take effect; 747Setting this variable directly does not take effect;
748use either \\[customize] or the function `latin1-display'." 748use either \\[customize] or the command `latin1-display-ucs-per-lynx'."
749 :group 'latin1-display 749 :group 'latin1-display
750 :type 'boolean 750 :type 'boolean
751 :require 'latin1-disp 751 :require 'latin1-disp