>From 4b9d708e05790a555b073ea73c96018a65a53145 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu, 18 Oct 2018 11:32:47 -0700 Subject: [PATCH] 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. --- 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 f56b822ac5..a1ee2aaf3a 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -203,9 +203,10 @@ gnus-simplify-ignored-prefixes (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) -- 2.19.1