summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-28 18:48:45 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-28 18:48:45 +0000
commit1fc0f361b82499fc180b7d19d1abeee89c33b0de (patch)
tree0484fc50efa1a5e9e28823f0cf78e48f1e7ecf93
parentf5215ba5af744a959fd39cd46573f0cf9abe963d (diff)
downloademacs-1fc0f361b82499fc180b7d19d1abeee89c33b0de.tar.gz
Fix a couple of typos and fix markup of \.
-rw-r--r--man/eshell.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/eshell.texi b/man/eshell.texi
index 011ffa772da..4c6ec02ad42 100644
--- a/man/eshell.texi
+++ b/man/eshell.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
-@c "@(#)$Name: $:$Id: eshell.texi,v 1.7 2000/12/06 20:02:30 fx Exp $"
+@c "@(#)$Name: $:$Id: eshell.texi,v 1.8 2001/01/26 06:19:25 johnw Exp $"
@c Documentation for Eshell: The Emacs Shell.
@c Copyright (C) 1999, 2000 Free Software Foundation, Inc.
@@ -498,13 +498,13 @@ Eshell recognizes several different kinds of command arguments:
@item Emacs process handles
@end enumerate
-Most users need worry only about the first two. The third, Lisp lists,
+Most users need to worry only about the first two. The third, Lisp lists,
occur very frequently, but almost always behind the scenes.
Strings are the most common type of argument, and consist of nearly any
character. Special characters---those used by Eshell
-specifically---must be preceded by a backslash (\). When in doubt, it
-safe to add backslashes anywhere and everywhere.
+specifically---must be preceded by a backslash (@samp{\}). When in doubt, it
+is safe to add backslashes anywhere and everywhere.
Here is a more complicated @command{echo} example: