From 101ba6490437334b65bed8d5f879ef8946847b2d Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sun, 13 Mar 2022 12:26:47 +0100 Subject: 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) -- cgit v1.2.3