From: Philip Kaludercic Date: Sun, 5 Sep 2021 18:34:18 +0000 (+0200) Subject: Fix rcirc-track-abbrevate-flag documentation X-Git-Tag: emacs-28.0.90~948^2~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e37f3ce3b4c9d091e1b17836a709afc944a61260;p=emacs.git Fix rcirc-track-abbrevate-flag documentation * rcirc.el (rcirc-track-abbrevate-flag): Rephrase docstring --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 7c08bc43e76..be90c56a43a 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -2123,7 +2123,7 @@ This function does not alter the INPUT string." "Keymap for rcirc track minor mode.") (defcustom rcirc-track-abbrevate-flag t - "If non-nil, abbreviate names for `rcirc-track-minor-mode'." + "Non-nil means `rcirc-track-minor-mode' should abbreviate names." :version "28.1" :type 'boolean)