diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/eshell.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 951a28f4829..b0d5603e0c9 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -346,8 +346,9 @@ Alias to Emacs's @code{locate} function, which simply runs the external | |||
| 346 | 346 | ||
| 347 | @item make | 347 | @item make |
| 348 | @cmindex make | 348 | @cmindex make |
| 349 | Run @command{make} through @code{compile}. | 349 | Run @command{make} through @code{compile} when run asynchronously |
| 350 | @xref{Compilation, , , emacs, The GNU Emacs Manual}. | 350 | (e.g., @samp{make &}). @xref{Compilation, , , emacs, The GNU Emacs |
| 351 | Manual}. Otherwise call the external @command{make} command. | ||
| 351 | 352 | ||
| 352 | @item occur | 353 | @item occur |
| 353 | @cmindex occur | 354 | @cmindex occur |