emacs-diffs
[Top][All Lists]
Advanced

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

master 22f0e777f3: ; * lisp/international/mule.el (set-terminal-coding-s


From: Eli Zaretskii
Subject: master 22f0e777f3: ; * lisp/international/mule.el (set-terminal-coding-system): Doc fix.
Date: Fri, 30 Sep 2022 15:06:30 -0400 (EDT)

branch: master
commit 22f0e777f3e91a9ad51bc901646804f629832c64
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/international/mule.el (set-terminal-coding-system): Doc fix.
---
 lisp/international/mule.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 7aa6e68103..6a794a8410 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1372,12 +1372,12 @@ For a list of possible values of CODING-SYSTEM, use 
\\[list-coding-systems].
 The default is determined by the selected language environment
 or by the previous use of this command.
 
-TERMINAL may be a terminal object, a frame, or nil for the
-selected frame's terminal.  The setting has no effect on
-graphical terminals.
+Optional argument TERMINAL may be a terminal object or a frame,
+and defaults to the selected frame's terminal.  The setting has no
+effect on graphical terminals.
 
-By default, this function will redraw the current frame.  If
-INHIBIT-REFRESH is non-nil, this isn't done."
+By default, this function will redraw the current frame;
+optional argument INHIBIT-REFRESH, if non-nil, prevents that."
   (interactive
    (list (let ((default (if (and (not (terminal-coding-system))
                                 default-terminal-coding-system)



reply via email to

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