]> git.eshelyaron.com Git - emacs.git/commit
Don't use `format-message' to make doc strings in erc-backend
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 May 2022 17:02:06 +0000 (19:02 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 May 2022 17:02:06 +0000 (19:02 +0200)
commit5f6e64a316adc6cd6ea140453718160643c6cd93
tree5165c70ff53fb7e2bf5b617ca6250fbd721b81f7
parent5b767273d6069f8dcd2af1dfadaf9a147847d504
Don't use `format-message' to make doc strings in erc-backend

* lisp/erc/erc-backend.el (define-erc-response-handler): Use
`format' here instead of `format-message' since Emacs will expand
the doc string later when the user asks for help about the symbols
defined.
lisp/erc/erc-backend.el