]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/eshell.texi: Fix last change.
authorJim Porter <jporterbugs@gmail.com>
Sat, 8 Jul 2023 19:13:22 +0000 (12:13 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 8 Jul 2023 19:13:22 +0000 (12:13 -0700)
doc/misc/eshell.texi

index 5972d2834b0368f7187d282e79f15975b5a60d67..6e92d59838723a4518289ba9b0ad5190afec1f0e 100644 (file)
@@ -338,7 +338,7 @@ example, @code{\$10} means the literal string @code{$10}.
 Inside of double quotes, most characters have no special meaning.
 However, @samp{\}, @samp{"}, and @samp{$} are still special; to escape
 them, use backslash as above.  Thus, if the value of the variable
-@var{answer} is @code{42}, then @code{"The answer is: \"$answer\""}
+@var{answer} is @code{42}, then @code{"The answer is: \"$@var{answer}\""}
 returns the string @code{The answer is: "42"}.  However, when escaping
 characters with no special meaning, the result is the full
 @code{\@var{c}} sequence.  For example, @code{"foo\bar"} means the
@@ -2145,12 +2145,12 @@ An implementation of @command{expr} using the Calc package.
 @item ff
 @cmindex ff
 Shorthand for the the function @code{find-name-dired} (@pxref{Dired
-and Find, , , elisp, The Emacs Lisp Reference Manual}).
+and Find, , , emacs, The Emacs Editor}).
 
 @item gf
 @cmindex gf
 Shorthand for the the function @code{find-grep-dired} (@pxref{Dired
-and Find, , , elisp, The Emacs Lisp Reference Manual}).
+and Find, , , emacs, The Emacs Editor}).
 
 @item intersection
 @cmindex intersection