aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-05-26 04:17:36 +0000
committerGlenn Morris2007-05-26 04:17:36 +0000
commit54c3653855bd9aaa44cde64eb3a26036a5190e38 (patch)
treeae561c38128b984dca372c24f06c8b4537836192
parentcdcfbcb26a44346621b0bc3c76a4fea9d52f0ece (diff)
downloademacs-54c3653855bd9aaa44cde64eb3a26036a5190e38.tar.gz
emacs-54c3653855bd9aaa44cde64eb3a26036a5190e38.zip
Michael Olson <mwolson at gnu.org>
(Modules): Fix references to completion modules.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/erc.texi5
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 @@
12007-05-26 Michael Olson <mwolson@gnu.org>
2
3 * erc.texi (Modules): Fix references to completion modules.
4
12007-05-09 Reiner Steib <Reiner.Steib@gmx.de> 52007-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
564Mark unidentified users on freenode and other servers supporting CAPAB. 564Mark 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)
568Complete nicknames and commands (programmable) 569Complete nicknames and commands (programmable)
569 570
570@cindex modules, fill 571@cindex modules, fill
@@ -572,7 +573,7 @@ Complete nicknames and commands (programmable)
572Wrap long lines 573Wrap long lines
573 574
574@cindex modules, hecomplete 575@cindex modules, hecomplete
575@item completion 576@item hecomplete
576Complete nicknames and commands (old). This is the old module---you 577Complete nicknames and commands (old). This is the old module---you
577might prefer the ``completion'' module instead. 578might prefer the ``completion'' module instead.
578 579