comparison lisp/erc/erc-xdcc.el @ 112069:17134f58ba8a

merge emacs-23
author Kenichi Handa <handa@m17n.org>
date Wed, 13 Oct 2010 22:40:51 +0900
parents cda2045a5ee8
children 376148b31b5e
comparison
equal deleted inserted replaced
110129:c6fd83f300a8 112069:17134f58ba8a
54 ("Type \"/ctcp " (erc-current-nick) 54 ("Type \"/ctcp " (erc-current-nick)
55 " XDCC list\" to see the list of offered files, then type \"/ctcp " 55 " XDCC list\" to see the list of offered files, then type \"/ctcp "
56 (erc-current-nick) " XDCC send #\" to get a particular file number.")) 56 (erc-current-nick) " XDCC send #\" to get a particular file number."))
57 "*Help text sent in response to XDCC help command. 57 "*Help text sent in response to XDCC help command.
58 A list of messages, each consisting of strings and expressions, expressions 58 A list of messages, each consisting of strings and expressions, expressions
59 being evaluated and should return stings." 59 being evaluated and should return strings."
60 :group 'erc-dcc 60 :group 'erc-dcc
61 :type '(repeat (repeat :tag "Message" (choice string sexp)))) 61 :type '(repeat (repeat :tag "Message" (choice string sexp))))
62 62
63 ;;;###autoload (autoload 'erc-xdcc-mode "erc-xdcc") 63 ;;;###autoload (autoload 'erc-xdcc-mode "erc-xdcc")
64 (define-erc-module xdcc nil 64 (define-erc-module xdcc nil