diff options
| author | Aidan Gauland | 2014-01-03 09:17:19 +1300 |
|---|---|---|
| committer | Aidan Gauland | 2014-01-03 09:17:19 +1300 |
| commit | 112720b181938915e4d4a65cd86f03d3b2f1f17e (patch) | |
| tree | 32ec6aaa39b551b93ce4aa95ff968006b321a36b /doc/misc | |
| parent | c28426f9f546b97d4710472069b7c74e4ec651b1 (diff) | |
| download | emacs-112720b181938915e4d4a65cd86f03d3b2f1f17e.tar.gz emacs-112720b181938915e4d4a65cd86f03d3b2f1f17e.zip | |
* eshell.text (top): Fix incorrect info filename in an xref.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 8 |
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 @@ | |||
| 1 | 2014-01-03 Aidan Gauland <aidalgol@amuri.net> | ||
| 2 | |||
| 3 | * eshell.text (top): Fix incorrect info filename in an xref. | ||
| 4 | |||
| 1 | 2014-01-02 Glenn Morris <rgm@gnu.org> | 5 | 2014-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 | ||
| 64 | Eshell is a shell-like command interpreter implemented in Emacs Lisp. | 64 | Eshell is a shell-like command interpreter implemented in Emacs Lisp. |
| 65 | It invokes no external processes except for those requested by the | 65 | It invokes no external processes except for those requested by the |
| 66 | user. It is intended to be an alternative to the @xref{Lisp | 66 | user. It is intended to be an alternative to the @xref{Lisp Interaction, IELM, , emacs, The Emacs Lisp Reference Manual} |
| 67 | Interaction, IELM, , elisp, The Emacs Lisp Reference Manual} REPL for | 67 | REPL for Emacs @emph{and} with an interface similar to command shells |
| 68 | Emacs @emph{and} with an interface similar to command shells such as | 68 | such 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 |