aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/erc-pcomplete.el
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/erc/erc-pcomplete.el
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/erc/erc-pcomplete.el')
-rw-r--r--lisp/erc/erc-pcomplete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el
index ba27b0374aa..d3cbe8a5804 100644
--- a/lisp/erc/erc-pcomplete.el
+++ b/lisp/erc/erc-pcomplete.el
@@ -49,7 +49,7 @@
49 :group 'erc) 49 :group 'erc)
50 50
51(defcustom erc-pcomplete-nick-postfix ":" 51(defcustom erc-pcomplete-nick-postfix ":"
52 "*When `pcomplete' is used in the first word after the prompt, 52 "When `pcomplete' is used in the first word after the prompt,
53add this string to nicks completed." 53add this string to nicks completed."
54 :group 'erc-pcomplete 54 :group 'erc-pcomplete
55 :type 'string) 55 :type 'string)