emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8c5fef4eb30: ; * doc/misc/eshell.texi: Fix last change.


From: Jim Porter
Subject: master 8c5fef4eb30: ; * doc/misc/eshell.texi: Fix last change.
Date: Sat, 8 Jul 2023 15:14:58 -0400 (EDT)

branch: master
commit 8c5fef4eb301d878b9761ebf74f845895f014610
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * doc/misc/eshell.texi: Fix last change.
---
 doc/misc/eshell.texi | 6 +++---
 1 file 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}.
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]