[Git][cmucl/cmucl][issue-143-ansi-compliance-failure-listen-extra-argument] Fix #143 - correcting docstring to conform with CMUCL style
Jon Boone (@jboone)
gitlab at common-lisp.net
Thu May 4 16:10:32 UTC 2023
Jon Boone pushed to branch issue-143-ansi-compliance-failure-listen-extra-argument at cmucl / cmucl
Commits:
4ad74293 by Jon Boone at 2023-05-04T12:10:06-04:00
Fix #143 - correcting docstring to conform with CMUCL style
- - - - -
1 changed file:
- src/code/stream.lisp
Changes:
=====================================
src/code/stream.lisp
=====================================
@@ -606,9 +606,9 @@
(defun listen (&optional (stream *standard-input*) (width 1 width-p))
_N"Returns T if a character is available on the given Stream.
- Argument width is only used by streams of type simple-stream.
- If stream is of type lisp-stream or fundamental-stream,
- passing more than one argument is invalid. "
+ Argument Width is only used by instances of SIMPLE-STREAM. If
+ Stream is a LISP-STREAM or FUNDAMENTAL-STREAM, passing more
+ than one argument is invalid."
(declare (type streamlike stream))
(let ((stream (in-synonym-of stream)))
(stream-dispatch stream
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4ad742939d3f88369c719cf3e9db11f371a55e3e
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/4ad742939d3f88369c719cf3e9db11f371a55e3e
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230504/49c11907/attachment.html>
More information about the cmucl-cvs
mailing list