diff options
Diffstat (limited to 'lisp/erc/erc-common.el')
-rw-r--r-- | lisp/erc/erc-common.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/erc/erc-common.el b/lisp/erc/erc-common.el index e662c06daa4..da75d50d613 100644 --- a/lisp/erc/erc-common.el +++ b/lisp/erc/erc-common.el @@ -130,7 +130,8 @@ canonical name.") (if val "Enable" "Disable") " ERC " (symbol-name name) " mode." (when localp - "\nWith ARG, do so in all buffers for the current connection.")) + (concat "\nWhen called interactively," + " do so in all buffers for the current connection."))) (interactive ,@(when localp '("p"))) ,@(if localp `((when (derived-mode-p 'erc-mode) |