Skip to content

Commit

Permalink
foreign-interface: Review docstring of ffi-print-message.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Sep 7, 2023
1 parent 2b99c9c commit 57a4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/foreign-interface.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ The `style' of the status buffer is honored."
;; The strategy taken in `ffi-print-status' can't be replicated since the
;; message buffer isn't a buffer.
(define-ffi-generic ffi-print-message (window message)
"Print MESSAGE (an HTML string) in the WINDOW message buffer.")
"Print MESSAGE in the WINDOW's message buffer.")

(define-ffi-generic ffi-display-url (browser url)
"Return URL as a human-readable string.
Expand Down

0 comments on commit 57a4d18

Please sign in to comment.