aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Gauland2014-01-03 09:17:19 +1300
committerAidan Gauland2014-01-03 09:17:19 +1300
commit112720b181938915e4d4a65cd86f03d3b2f1f17e (patch)
tree32ec6aaa39b551b93ce4aa95ff968006b321a36b
parentc28426f9f546b97d4710472069b7c74e4ec651b1 (diff)
downloademacs-112720b181938915e4d4a65cd86f03d3b2f1f17e.tar.gz
emacs-112720b181938915e4d4a65cd86f03d3b2f1f17e.zip
* eshell.text (top): Fix incorrect info filename in an xref.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/eshell.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index fb903b4cdde..8e9321445df 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-01-03 Aidan Gauland <aidalgol@amuri.net>
2
3 * eshell.text (top): Fix incorrect info filename in an xref.
4
12014-01-02 Glenn Morris <rgm@gnu.org> 52014-01-02 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps. 7 * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index 47644a8743c..0449116683e 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -63,10 +63,10 @@ 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 66user. It is intended to be an alternative to the @xref{Lisp Interaction, IELM, , emacs, The Emacs Lisp Reference Manual}
67Interaction, IELM, , elisp, The Emacs Lisp Reference Manual} REPL for 67REPL for Emacs @emph{and} with an interface similar to command shells
68Emacs @emph{and} with an interface similar to command shells such as 68such as @command{bash}, @command{zsh}, @command{rc}, or
69@command{bash}, @command{zsh}, @command{rc}, or @command{4dos}. 69@command{4dos}.
70@c This manual is updated to release 2.4 of Eshell. 70@c This manual is updated to release 2.4 of Eshell.
71 71
72@insertcopying 72@insertcopying