guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix inappropriate escapes.


From: guix-commits
Subject: branch master updated: doc: Fix inappropriate escapes.
Date: Sun, 13 Mar 2022 09:39:44 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 101ba64904 doc: Fix inappropriate escapes.
101ba64904 is described below

commit 101ba6490437334b65bed8d5f879ef8946847b2d
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Sun Mar 13 12:26:47 2022 +0100

    doc: Fix inappropriate escapes.
    
    * doc/guix.texi (Shells Home Services): Change \" to ".
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 4b71fb7010..dbe281ead7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -38364,13 +38364,13 @@ put in the @file{.bashrc} file.  The alias will 
automatically be quoted,
 so something line this:
 
 @lisp
-'((\"ls\" . \"ls -alF\"))
+'(("ls" . "ls -alF"))
 @end lisp
 
 turns into
 
 @example
-alias ls=\"ls -alF\"
+alias ls="ls -alF"
 @end example
 
 @item @code{bash-profile} (default: @code{()}) (type: text-config)



reply via email to

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