doc: Fix inappropriate escapes.

* doc/guix.texi (Shells Home Services): Change \" to ".
This commit is contained in:
Florian Pelz 2022-03-13 12:26:47 +01:00
parent 178ca9ef13
commit 101ba64904
No known key found for this signature in database
GPG key ID: 300888CB39C63817

View file

@ -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)