Skip to content
Snippets Groups Projects
Commit 6162f24e authored by Raymond Toy's avatar Raymond Toy
Browse files

Add more to docstring for set-system-external-format.

parent 107f067a
No related branches found
No related tags found
No related merge requests found
...@@ -1133,9 +1133,12 @@ character and illegal outputs are replaced by a question mark.") ...@@ -1133,9 +1133,12 @@ character and illegal outputs are replaced by a question mark.")
The standard streams are sys::*stdin*, sys::*stdout*, and The standard streams are sys::*stdin*, sys::*stdout*, and
sys::*stderr*, which are normally the input and/or output streams sys::*stderr*, which are normally the input and/or output streams
for *standard-input* and *standard-output*. Also sets sys::*tty* for *standard-input* and *standard-output*. Also sets sys::*tty*
(normally *terminal-io* to the given external format. If the (normally *terminal-io* to the given external format. The value of
optional argument Filenames is gvien, then the filename encoding is *default-external-format* is not changed.
set to the specified format."
If the optional argument Filenames is given, then the filename
encoding is set to the specified format, if it has not already been
specified previously."
(unless (find-external-format terminal) (unless (find-external-format terminal)
(error (intl:gettext "Can't find external-format ~S.") terminal)) (error (intl:gettext "Can't find external-format ~S.") terminal))
(setf (stream-external-format sys:*stdin*) terminal (setf (stream-external-format sys:*stdin*) terminal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment