]> git.eshelyaron.com Git - emacs.git/commitdiff
* eshell.text (top): Fix incorrect info filename in an xref.
authorAidan Gauland <aidalgol@no8wireless.co.nz>
Thu, 2 Jan 2014 20:17:19 +0000 (09:17 +1300)
committerAidan Gauland <aidalgol@no8wireless.co.nz>
Thu, 2 Jan 2014 20:17:19 +0000 (09:17 +1300)
doc/misc/ChangeLog
doc/misc/eshell.texi

index fb903b4cddeef7cac993865cf0dfecf66e09bade..8e9321445df60a18baea287c08e2d8fd09528b06 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
+
+       * eshell.text (top): Fix incorrect info filename in an xref.
+
 2014-01-02  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
index 47644a8743c98670bd2cdc8f140dfd1b58dabb44..0449116683eeeb3bf4bc262846da963368f3316e 100644 (file)
@@ -63,10 +63,10 @@ modify this GNU manual.''
 
 Eshell is a shell-like command interpreter implemented in Emacs Lisp.
 It invokes no external processes except for those requested by the
-user.  It is intended to be an alternative to the @xref{Lisp
-Interaction, IELM, , elisp, The Emacs Lisp Reference Manual} REPL for
-Emacs @emph{and} with an interface similar to command shells such as
-@command{bash}, @command{zsh}, @command{rc}, or @command{4dos}.
+user.  It is intended to be an alternative to the @xref{Lisp Interaction, IELM, , emacs, The Emacs Lisp Reference Manual}
+REPL for Emacs @emph{and} with an interface similar to command shells
+such as @command{bash}, @command{zsh}, @command{rc}, or
+@command{4dos}.
 @c This manual is updated to release 2.4 of Eshell.
 
 @insertcopying