summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2023-07-08 12:13:22 -0700
committerJim Porter <jporterbugs@gmail.com>2023-07-13 19:24:12 -0700
commit7640835ae036560dbe4cda4b39f60c20dfc8c57d (patch)
treec33171ad602cdd593f9499eacaedb683603258ae
parente79306fb467e02ddfc10cad312600771e9b17a3f (diff)
downloademacs-7640835ae036560dbe4cda4b39f60c20dfc8c57d.tar.gz
; * doc/misc/eshell.texi: Fix last change.
Do not merge to master. This is a backport of 8c5fef4eb30.
-rw-r--r--doc/misc/eshell.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 9b87cc44647..3d859124b50 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -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
@@ -2073,12 +2073,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