diff options
author | Glenn Morris <rgm@gnu.org> | 2007-05-26 04:17:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-05-26 04:17:36 +0000 |
commit | 54c3653855bd9aaa44cde64eb3a26036a5190e38 (patch) | |
tree | ae561c38128b984dca372c24f06c8b4537836192 | |
parent | cdcfbcb26a44346621b0bc3c76a4fea9d52f0ece (diff) | |
download | emacs-54c3653855bd9aaa44cde64eb3a26036a5190e38.tar.gz emacs-54c3653855bd9aaa44cde64eb3a26036a5190e38.tar.bz2 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 @@ +2007-05-26 Michael Olson <mwolson@gnu.org> + + * erc.texi (Modules): Fix references to completion modules. + 2007-05-09 Reiner Steib <Reiner.Steib@gmx.de> * 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 Mark unidentified users on freenode and other servers supporting CAPAB. @cindex modules, completion -@item pcomplete +@cindex modules, pcomplete +@item completion (aka pcomplete) Complete nicknames and commands (programmable) @cindex modules, fill @@ -572,7 +573,7 @@ Complete nicknames and commands (programmable) Wrap long lines @cindex modules, hecomplete -@item completion +@item hecomplete Complete nicknames and commands (old). This is the old module---you might prefer the ``completion'' module instead. |