mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Fix inappropriate escapes.
* doc/guix.texi (Shells Home Services): Change \" to ".
This commit is contained in:
parent
178ca9ef13
commit
101ba64904
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue