mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
In help.doc, functions got a Syntax: entry instead of an Args: one.
This commit is contained in:
parent
e3810e9587
commit
cf315df2c6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
((eq kind 'macro)
|
||||
(setf args (format nil "Syntax: ~A" args)))
|
||||
(t
|
||||
(setf args (format nil "Syntax: ~A" args))))
|
||||
(setf args (format nil "Args: ~A" args))))
|
||||
(si::set-documentation
|
||||
symbol 'function
|
||||
(format nil "~A in ~A package:~@[~%~A~]~@[~%~A~]~%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue