]> git.eshelyaron.com Git - emacs.git/commit
Mention if an ERC module is local in its doc string
authorF. Jason Park <jp@neverwas.me>
Fri, 24 May 2024 03:50:20 +0000 (20:50 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 29 May 2024 10:11:48 +0000 (12:11 +0200)
commitade3478d4d97659bfd0b55561c2513765dacb39f
treef0b5b18b3c745e498007716d04b49f64d19bf54d
parentb2b4733f67009626c18c0f062044b558ced672dc
Mention if an ERC module is local in its doc string

* lisp/erc/erc-common.el (erc--assemble-toggle)
(define-erc-module): Update language of doc string to indicate if a
module is local.
* test/lisp/erc/erc-tests.el (define-erc-module--global)
(define-erc-module--local)
(define-erc-module--local/permanent-locals): Update expected output.

(cherry picked from commit ab78cbfabc856b0f9c069ab42ad8827cdaa499ce)
lisp/erc/erc-common.el
test/lisp/erc/erc-tests.el