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)
This commit is contained in:
Eric Abrahamsen 2018-10-18 11:32:47 -07:00 committed by Eli Zaretskii
parent 53ae90f493
commit 29a76443c9

View 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)