]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-pcomplete.el
Add 24.3 release to ChangeLogs
[gnu-emacs] / lisp / erc / erc-pcomplete.el
index ba27b0374aa39d6207dcfbd524c483378da1dba5..212ad50a6396698bc3fb60e7596fae1267220f2e 100644 (file)
@@ -1,8 +1,9 @@
 ;;; erc-pcomplete.el --- Provides programmable completion for ERC
 
-;; Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2004, 2006-2013 Free Software Foundation, Inc.
 
 ;; Author: Sacha Chua <sacha@free.net.ph>
+;; Maintainer: FSF
 ;; Keywords: comm, convenience
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
 
@@ -49,7 +50,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)