gnu: fish: Mark up description.

* gnu/packages/shells.scm (fish)[description]: Use @command{}.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-22 20:24:53 +01:00
parent 66e86f2681
commit 50786325cd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -139,10 +139,10 @@ (define-public fish
discoverability, and friendliness. Fish has very user-friendly and powerful discoverability, and friendliness. Fish has very user-friendly and powerful
tab-completion, including descriptions of every completion, completion of tab-completion, including descriptions of every completion, completion of
strings with wildcards, and many completions for specific commands. It also strings with wildcards, and many completions for specific commands. It also
has extensive and discoverable help. A special help command gives access to has extensive and discoverable help. A special @command{help} command gives
all the fish documentation in your web browser. Other features include smart access to all the fish documentation in your web browser. Other features
terminal handling based on terminfo, an easy to search history, and syntax include smart terminal handling based on terminfo, an easy to search history,
highlighting.") and syntax highlighting.")
(home-page "https://fishshell.com/") (home-page "https://fishshell.com/")
(license gpl2))) (license gpl2)))