]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix rcirc-track-abbrevate-flag documentation
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 5 Sep 2021 18:34:18 +0000 (20:34 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 5 Sep 2021 18:34:18 +0000 (20:34 +0200)
* rcirc.el (rcirc-track-abbrevate-flag): Rephrase docstring

lisp/net/rcirc.el

index 7c08bc43e765f088802e89a4c9af7216c17578c3..be90c56a43a98f0db34d0dad9b56a830c0d1435c 100644 (file)
@@ -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)