]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-pcomplete.el
erc-match: fix erc-match server buffer exclusion
[gnu-emacs] / lisp / erc / erc-pcomplete.el
index a390fcfe84da85749c570b11f605e1fbe7ae1d1d..d3cbe8a580430d9efa4e706757727f223bc61a09 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-pcomplete.el --- Provides programmable completion for ERC
 
-;; Copyright (C) 2002-2004, 2006-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc.
 
 ;; Author: Sacha Chua <sacha@free.net.ph>
 ;; Keywords: comm, convenience
@@ -49,7 +49,7 @@
   :group 'erc)
 
 (defcustom erc-pcomplete-nick-postfix ":"
-  "*When `pcomplete' is used in the first word after the prompt,
+  "When `pcomplete' is used in the first word after the prompt,
 add this string to nicks completed."
   :group 'erc-pcomplete
   :type 'string)