newline after not-found message
svn: r8138
This commit is contained in:
parent
53bf8bae8e
commit
c719f1c506
|
@ -92,7 +92,7 @@
|
|||
(set! libs (append libs (exported-index-desc-from-libs (entry-desc entry)))))))
|
||||
idx)
|
||||
(if (null? libs)
|
||||
(printf "Not found in any library's documentation: ~a" sym)
|
||||
(printf "Not found in any library's documentation: ~a\n" sym)
|
||||
(begin
|
||||
(printf "No documentation for current binding, but provided by:\n")
|
||||
(let loop ([libs libs])
|
||||
|
|
Loading…
Reference in New Issue
Block a user