diff options
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 3294350b6ee..1dd2e0aba49 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el @@ -122,7 +122,7 @@ custom function which returns the directory part and set (function :tag "Other function"))) (defcustom erc-truncate-buffer-on-save nil - "Truncate any ERC (channel, query, server) buffer when it is saved." + "Erase the contents of any ERC (channel, query, server) buffer when it is saved." :group 'erc-log :type 'boolean) |