Skip to content

Commit

Permalink
browser: Review docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Oct 9, 2023
1 parent 5a00131 commit b331985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/browser.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ The handlers take the `prompt-buffer' as argument.")
(uiop:getenv "EDITOR"))
:type (or (cons string *) string null)
:export t
:documentation "The external editor to use for
editing files. You can specify the full command line arguments with a list of
strings, or a single string with spaces between the arguments."))
:documentation "The external editor to use for editing files.
The full command line arguments may specified as a list of strings, or a single
string with spaces between the arguments."))
(:export-class-name-p t)
(:export-accessor-names-p t)
(:documentation "The browser class defines the overall behavior of Nyxt, in
Expand Down

0 comments on commit b331985

Please sign in to comment.