]> git.eshelyaron.com Git - emacs.git/commitdiff
Deactivate incorrect hyperlinking in gnus-build-sparse-threads doc
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 18 Oct 2018 18:32:47 +0000 (11:32 -0700)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2018 09:10:42 +0000 (12:10 +0300)
* 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

index a39af45e92e7dc8f0a55a9414528577bbb78fc17..2391bd497cef69e9e9586d21e34960e649aa0c90 100644 (file)
@@ -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)