From: Eli Zaretskii Date: Fri, 30 Sep 2022 19:05:53 +0000 (+0300) Subject: ; * lisp/international/mule.el (set-terminal-coding-system): Doc fix. X-Git-Tag: emacs-29.0.90~1856^2~114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22f0e777f3e91a9ad51bc901646804f629832c64;p=emacs.git ; * lisp/international/mule.el (set-terminal-coding-system): Doc fix. --- 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)