diff options
| author | Jim Porter | 2023-07-08 12:13:22 -0700 |
|---|---|---|
| committer | Jim Porter | 2023-07-08 12:13:22 -0700 |
| commit | 8c5fef4eb301d878b9761ebf74f845895f014610 (patch) | |
| tree | 4897f2bfd77bf27f21aad71ee32002d8fb4ccf1f /doc/misc | |
| parent | 1b7c9ecc8f55675207d0b38ea4007de3aede9941 (diff) | |
| download | emacs-8c5fef4eb301d878b9761ebf74f845895f014610.tar.gz emacs-8c5fef4eb301d878b9761ebf74f845895f014610.zip | |
; * doc/misc/eshell.texi: Fix last change.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eshell.texi | 6 |
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}. | |||
| 338 | Inside of double quotes, most characters have no special meaning. | 338 | Inside of double quotes, most characters have no special meaning. |
| 339 | However, @samp{\}, @samp{"}, and @samp{$} are still special; to escape | 339 | However, @samp{\}, @samp{"}, and @samp{$} are still special; to escape |
| 340 | them, use backslash as above. Thus, if the value of the variable | 340 | them, 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}\""} |
| 342 | returns the string @code{The answer is: "42"}. However, when escaping | 342 | returns the string @code{The answer is: "42"}. However, when escaping |
| 343 | characters with no special meaning, the result is the full | 343 | characters 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 |
| 2147 | Shorthand for the the function @code{find-name-dired} (@pxref{Dired | 2147 | Shorthand for the the function @code{find-name-dired} (@pxref{Dired |
| 2148 | and Find, , , elisp, The Emacs Lisp Reference Manual}). | 2148 | and Find, , , emacs, The Emacs Editor}). |
| 2149 | 2149 | ||
| 2150 | @item gf | 2150 | @item gf |
| 2151 | @cmindex gf | 2151 | @cmindex gf |
| 2152 | Shorthand for the the function @code{find-grep-dired} (@pxref{Dired | 2152 | Shorthand for the the function @code{find-grep-dired} (@pxref{Dired |
| 2153 | and Find, , , elisp, The Emacs Lisp Reference Manual}). | 2153 | and Find, , , emacs, The Emacs Editor}). |
| 2154 | 2154 | ||
| 2155 | @item intersection | 2155 | @item intersection |
| 2156 | @cmindex intersection | 2156 | @cmindex intersection |