aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Gauland2014-01-03 14:55:15 +1300
committerAidan Gauland2014-01-03 14:55:15 +1300
commit8f9740f0e7ef3b591ba87d8c4488ae638b899a3a (patch)
treedd1e94ded813f01edd59dce5f863d1a82c941ad1
parent33bebaa2f06d119a629301cb47daa908a37bf11d (diff)
downloademacs-8f9740f0e7ef3b591ba87d8c4488ae638b899a3a.tar.gz
emacs-8f9740f0e7ef3b591ba87d8c4488ae638b899a3a.zip
* eshell.text (top): Fix incorrect use of xref.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/eshell.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 4017b34f02c..1963dc5f2be 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,9 @@
12014-01-03 Aidan Gauland <aidalgol@amuri.net> 12014-01-03 Aidan Gauland <aidalgol@amuri.net>
2 2
3 * eshell.text (top): Fix incorrect use of xref.
4
52014-01-03 Aidan Gauland <aidalgol@amuri.net>
6
3 * eshell.text (top): Fix incorrect info filename in an xref. 7 * eshell.text (top): Fix incorrect info filename in an xref.
4 8
52014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net> 92014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net>
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 0449116683e..21789b9af01 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -63,7 +63,7 @@ modify this GNU manual.''
63 63
64Eshell is a shell-like command interpreter implemented in Emacs Lisp. 64Eshell is a shell-like command interpreter implemented in Emacs Lisp.
65It invokes no external processes except for those requested by the 65It invokes no external processes except for those requested by the
66user. It is intended to be an alternative to the @xref{Lisp Interaction, IELM, , emacs, The Emacs Lisp Reference Manual} 66user. It is intended to be an alternative to the IELM (@pxref{Lisp Interaction, Emacs Lisp Interaction, , emacs, The Emacs Editor})
67REPL for Emacs @emph{and} with an interface similar to command shells 67REPL for Emacs @emph{and} with an interface similar to command shells
68such as @command{bash}, @command{zsh}, @command{rc}, or 68such as @command{bash}, @command{zsh}, @command{rc}, or
69@command{4dos}. 69@command{4dos}.