summaryrefslogtreecommitdiff
path: root/lisp/international/mule.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-09-30 22:05:53 +0300
committerEli Zaretskii <eliz@gnu.org>2022-09-30 22:05:53 +0300
commit22f0e777f3e91a9ad51bc901646804f629832c64 (patch)
treef94e3ccb993330d938fd4593d5ea4bf2bc344c5f /lisp/international/mule.el
parent83b9e03444e9701d2997415b79e8402145195a7d (diff)
downloademacs-22f0e777f3e91a9ad51bc901646804f629832c64.tar.gz
; * lisp/international/mule.el (set-terminal-coding-system): Doc fix.
Diffstat (limited to 'lisp/international/mule.el')
-rw-r--r--lisp/international/mule.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 7aa6e68103d..6a794a84101 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)