diff options
| author | Glenn Morris | 2007-05-26 04:17:36 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-05-26 04:17:36 +0000 |
| commit | 54c3653855bd9aaa44cde64eb3a26036a5190e38 (patch) | |
| tree | ae561c38128b984dca372c24f06c8b4537836192 | |
| parent | cdcfbcb26a44346621b0bc3c76a4fea9d52f0ece (diff) | |
| download | emacs-54c3653855bd9aaa44cde64eb3a26036a5190e38.tar.gz emacs-54c3653855bd9aaa44cde64eb3a26036a5190e38.zip | |
Michael Olson <mwolson at gnu.org>
(Modules): Fix references to completion modules.
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/erc.texi | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index e4dd9d18a8c..295649aeecf 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-05-26 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc.texi (Modules): Fix references to completion modules. | ||
| 4 | |||
| 1 | 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc. | 7 | * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc. |
diff --git a/man/erc.texi b/man/erc.texi index 72561b33072..3e52bb42c92 100644 --- a/man/erc.texi +++ b/man/erc.texi | |||
| @@ -564,7 +564,8 @@ Buttonize URLs, nicknames, and other text | |||
| 564 | Mark unidentified users on freenode and other servers supporting CAPAB. | 564 | Mark unidentified users on freenode and other servers supporting CAPAB. |
| 565 | 565 | ||
| 566 | @cindex modules, completion | 566 | @cindex modules, completion |
| 567 | @item pcomplete | 567 | @cindex modules, pcomplete |
| 568 | @item completion (aka pcomplete) | ||
| 568 | Complete nicknames and commands (programmable) | 569 | Complete nicknames and commands (programmable) |
| 569 | 570 | ||
| 570 | @cindex modules, fill | 571 | @cindex modules, fill |
| @@ -572,7 +573,7 @@ Complete nicknames and commands (programmable) | |||
| 572 | Wrap long lines | 573 | Wrap long lines |
| 573 | 574 | ||
| 574 | @cindex modules, hecomplete | 575 | @cindex modules, hecomplete |
| 575 | @item completion | 576 | @item hecomplete |
| 576 | Complete nicknames and commands (old). This is the old module---you | 577 | Complete nicknames and commands (old). This is the old module---you |
| 577 | might prefer the ``completion'' module instead. | 578 | might prefer the ``completion'' module instead. |
| 578 | 579 | ||