emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 cc945ec0ed: ; Fix doc strings in latin1-disp.el


From: Eli Zaretskii
Subject: emacs-28 cc945ec0ed: ; Fix doc strings in latin1-disp.el
Date: Sun, 28 Aug 2022 01:51:43 -0400 (EDT)

branch: emacs-28
commit cc945ec0ed11c93a322db6258d47ea2746aead18
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix doc strings in latin1-disp.el
    
    * lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx)
    (latin1-display): Doc fix.
---
 lisp/international/latin1-disp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/international/latin1-disp.el 
b/lisp/international/latin1-disp.el
index 96a54cc212..c8c91fd570 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
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]