emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/rcirc-update e37f3ce 3/7: Fix rcirc-track-abbrevate-flag documen


From: Philip Kaludercic
Subject: feature/rcirc-update e37f3ce 3/7: Fix rcirc-track-abbrevate-flag documentation
Date: Mon, 6 Sep 2021 17:30:17 -0400 (EDT)

branch: feature/rcirc-update
commit e37f3ce3b4c9d091e1b17836a709afc944a61260
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    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 7c08bc4..be90c56 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]