diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eshell.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 0d3d3891501..66f54137505 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -512,8 +512,8 @@ below the @code{completion-cycle-threshold}), press @kbd{M-?}. | |||
| 512 | @subsection pcomplete | 512 | @subsection pcomplete |
| 513 | Pcomplete, short for programmable completion, is the completion | 513 | Pcomplete, short for programmable completion, is the completion |
| 514 | library originally written for Eshell, but usable for command | 514 | library originally written for Eshell, but usable for command |
| 515 | completion@footnote{Command completion as opposed to code completion, | 515 | completion@footnote{Command completion, as opposed to code completion, |
| 516 | which is a beyond the scope of pcomplete.} in other modes. | 516 | which is beyond the scope of pcomplete.} in other modes. |
| 517 | 517 | ||
| 518 | Completions are defined as functions (with @code{defun}) named | 518 | Completions are defined as functions (with @code{defun}) named |
| 519 | @code{pcomplete/COMMAND}, where @code{COMMAND} is the name of the | 519 | @code{pcomplete/COMMAND}, where @code{COMMAND} is the name of the |