emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 29a7644: Deactivate incorrect hyperlinking in gnu


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 29a7644: Deactivate incorrect hyperlinking in gnus-build-sparse-threads doc
Date: Sat, 27 Oct 2018 05:11:00 -0400 (EDT)

branch: emacs-26
commit 29a76443c9dccb33c9eb59b3cee323557a4254be
Author: Eric Abrahamsen <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Deactivate incorrect hyperlinking in gnus-build-sparse-threads doc
    
    * lisp/gnus/gnus-sum.el (gnus-build-sparse-threads): Add the word
    "symbol" so it doesn't link to the `some' function.  (Bug#33090)
---
 lisp/gnus/gnus-sum.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index a39af45..2391bd4 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -203,9 +203,10 @@ Useful functions to put in this list include:
 
 (defcustom gnus-build-sparse-threads nil
   "If non-nil, fill in the gaps in threads.
-If `some', only fill in the gaps that are needed to tie loose threads
-together.  If `more', fill in all leaf nodes that Gnus can find.  If
-non-nil and non-`some', fill in all gaps that Gnus manages to guess."
+If set to the symbol `some', only fill in the gaps that are
+needed to tie loose threads together.  If the symbol `more', fill
+in all leaf nodes that Gnus can find.  If t (or any other value),
+fill in all gaps that Gnus manages to guess."
   :group 'gnus-thread
   :type '(choice (const :tag "off" nil)
                 (const some)



reply via email to

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