aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJim Porter2023-07-08 12:13:22 -0700
committerJim Porter2023-07-08 12:13:22 -0700
commit8c5fef4eb301d878b9761ebf74f845895f014610 (patch)
tree4897f2bfd77bf27f21aad71ee32002d8fb4ccf1f /doc/misc
parent1b7c9ecc8f55675207d0b38ea4007de3aede9941 (diff)
downloademacs-8c5fef4eb301d878b9761ebf74f845895f014610.tar.gz
emacs-8c5fef4eb301d878b9761ebf74f845895f014610.zip
; * doc/misc/eshell.texi: Fix last change.
Diffstat (limited to 'doc/misc')
-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 5972d2834b0..6e92d598387 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -338,7 +338,7 @@ example, @code{\$10} means the literal string @code{$10}.
338Inside of double quotes, most characters have no special meaning. 338Inside of double quotes, most characters have no special meaning.
339However, @samp{\}, @samp{"}, and @samp{$} are still special; to escape 339However, @samp{\}, @samp{"}, and @samp{$} are still special; to escape
340them, use backslash as above. Thus, if the value of the variable 340them, use backslash as above. Thus, if the value of the variable
341@var{answer} is @code{42}, then @code{"The answer is: \"$answer\""} 341@var{answer} is @code{42}, then @code{"The answer is: \"$@var{answer}\""}
342returns the string @code{The answer is: "42"}. However, when escaping 342returns the string @code{The answer is: "42"}. However, when escaping
343characters with no special meaning, the result is the full 343characters with no special meaning, the result is the full
344@code{\@var{c}} sequence. For example, @code{"foo\bar"} means the 344@code{\@var{c}} sequence. For example, @code{"foo\bar"} means the
@@ -2145,12 +2145,12 @@ An implementation of @command{expr} using the Calc package.
2145@item ff 2145@item ff
2146@cmindex ff 2146@cmindex ff
2147Shorthand for the the function @code{find-name-dired} (@pxref{Dired 2147Shorthand for the the function @code{find-name-dired} (@pxref{Dired
2148and Find, , , elisp, The Emacs Lisp Reference Manual}). 2148and Find, , , emacs, The Emacs Editor}).
2149 2149
2150@item gf 2150@item gf
2151@cmindex gf 2151@cmindex gf
2152Shorthand for the the function @code{find-grep-dired} (@pxref{Dired 2152Shorthand for the the function @code{find-grep-dired} (@pxref{Dired
2153and Find, , , elisp, The Emacs Lisp Reference Manual}). 2153and Find, , , emacs, The Emacs Editor}).
2154 2154
2155@item intersection 2155@item intersection
2156@cmindex intersection 2156@cmindex intersection