diff options
| author | Aidan Gauland | 2014-01-03 14:55:15 +1300 |
|---|---|---|
| committer | Aidan Gauland | 2014-01-03 14:55:15 +1300 |
| commit | 8f9740f0e7ef3b591ba87d8c4488ae638b899a3a (patch) | |
| tree | dd1e94ded813f01edd59dce5f863d1a82c941ad1 | |
| parent | 33bebaa2f06d119a629301cb47daa908a37bf11d (diff) | |
| download | emacs-8f9740f0e7ef3b591ba87d8c4488ae638b899a3a.tar.gz emacs-8f9740f0e7ef3b591ba87d8c4488ae638b899a3a.zip | |
* eshell.text (top): Fix incorrect use of xref.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 4017b34f02c..1963dc5f2be 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-01-03 Aidan Gauland <aidalgol@amuri.net> | 1 | 2014-01-03 Aidan Gauland <aidalgol@amuri.net> |
| 2 | 2 | ||
| 3 | * eshell.text (top): Fix incorrect use of xref. | ||
| 4 | |||
| 5 | 2014-01-03 Aidan Gauland <aidalgol@amuri.net> | ||
| 6 | |||
| 3 | * eshell.text (top): Fix incorrect info filename in an xref. | 7 | * eshell.text (top): Fix incorrect info filename in an xref. |
| 4 | 8 | ||
| 5 | 2014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net> | 9 | 2014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net> |
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 0449116683e..21789b9af01 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -63,7 +63,7 @@ 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 Interaction, IELM, , emacs, The Emacs Lisp Reference Manual} | 66 | user. It is intended to be an alternative to the IELM (@pxref{Lisp Interaction, Emacs Lisp Interaction, , emacs, The Emacs Editor}) |
| 67 | REPL for Emacs @emph{and} with an interface similar to command shells | 67 | REPL for Emacs @emph{and} with an interface similar to command shells |
| 68 | such as @command{bash}, @command{zsh}, @command{rc}, or | 68 | such as @command{bash}, @command{zsh}, @command{rc}, or |
| 69 | @command{4dos}. | 69 | @command{4dos}. |