* eshell.text (top): Fix incorrect info filename in an xref.
This commit is contained in:
parent
c28426f9f5
commit
112720b181
2 changed files with 8 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue