diff options
Diffstat (limited to 'lisp/international/latin1-disp.el')
-rw-r--r-- | lisp/international/latin1-disp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index 4de1d6084fb..cb3b429957c 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-...' 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 @@ -746,7 +746,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 |