From: Lucas B. <lu...@ri...> - 2004-08-01 22:25:23
|
2 août 2004, 00:27 :Andreas Schwab wrote: > That's not how defcustom works. You need to add a :group and a :type > spec. > > Andreas. How about that : (defcustom erc-ctcp-query-VERSION-string (format "VERSION \C-bERC\C-b %s - an IRC client for emacs (\C-b%s\C-b)" erc-version-string erc-official-location) "*The string to return to a CTCP VERSION query." :group 'erc :type '(choice (const nil) string)) BTW, why should i put a "*" in front of the docstring ? -- Lucas / Lukhas |