From: Lars Ingebrigtsen Date: Sat, 14 Apr 2018 18:52:36 +0000 (+0200) Subject: erc-truncate-buffer-on-save doc string clarification X-Git-Tag: emacs-27.0.90~5216 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=994a369cd27c65988b9ab5df47549d002acfa3ad;p=emacs.git erc-truncate-buffer-on-save doc string clarification * lisp/erc/erc-log.el (erc-truncate-buffer-on-save): Doc clarification (bug#18207) since "truncate" is a word used by erc-truncate to mean something else. --- 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)