guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: fish: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 02/10: gnu: fish: Mark up description.
Date: Sat, 23 Dec 2017 00:11:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 50786325cd1ddecfcc968635a8f17700eecbbb9c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 22 20:24:53 2017 +0100

    gnu: fish: Mark up description.
    
    * gnu/packages/shells.scm (fish)[description]: Use @command{}.
---
 gnu/packages/shells.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index cd7d6e1..590b2c7 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -139,10 +139,10 @@ direct descendant of NetBSD's Almquist Shell 
(@command{ash}).")
 discoverability, and friendliness.  Fish has very user-friendly and powerful
 tab-completion, including descriptions of every completion, completion of
 strings with wildcards, and many completions for specific commands.  It also
-has extensive and discoverable help.  A special help command gives access to
-all the fish documentation in your web browser.  Other features include smart
-terminal handling based on terminfo, an easy to search history, and syntax
-highlighting.")
+has extensive and discoverable help.  A special @command{help} command gives
+access to all the fish documentation in your web browser.  Other features
+include smart terminal handling based on terminfo, an easy to search history,
+and syntax highlighting.")
     (home-page "https://fishshell.com/";)
     (license gpl2)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]