From: Aidan Gauland Date: Thu, 2 Jan 2014 20:17:19 +0000 (+1300) Subject: * eshell.text (top): Fix incorrect info filename in an xref. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=112720b181938915e4d4a65cd86f03d3b2f1f17e;p=emacs.git * eshell.text (top): Fix incorrect info filename in an xref. --- 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 @@ +2014-01-03 Aidan Gauland + + * eshell.text (top): Fix incorrect info filename in an xref. + 2014-01-02 Glenn Morris * 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.'' 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