From e37f3ce3b4c9d091e1b17836a709afc944a61260 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 5 Sep 2021 20:34:18 +0200 Subject: [PATCH] Fix rcirc-track-abbrevate-flag documentation * rcirc.el (rcirc-track-abbrevate-flag): Rephrase docstring --- lisp/net/rcirc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5