diff options
| author | Eric Abrahamsen | 2018-10-18 11:32:47 -0700 |
|---|---|---|
| committer | Eli Zaretskii | 2018-10-27 12:10:42 +0300 |
| commit | 29a76443c9dccb33c9eb59b3cee323557a4254be (patch) | |
| tree | 4374866e066f810d88d6a14f75d23b6cdce09286 | |
| parent | 53ae90f4930f20f1dbe7e1e64ed585a45e9c169c (diff) | |
| download | emacs-29a76443c9dccb33c9eb59b3cee323557a4254be.tar.gz emacs-29a76443c9dccb33c9eb59b3cee323557a4254be.zip | |
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)
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index a39af45e92e..2391bd497ce 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: | |||
| 203 | 203 | ||
| 204 | (defcustom gnus-build-sparse-threads nil | 204 | (defcustom gnus-build-sparse-threads nil |
| 205 | "If non-nil, fill in the gaps in threads. | 205 | "If non-nil, fill in the gaps in threads. |
| 206 | If `some', only fill in the gaps that are needed to tie loose threads | 206 | If set to the symbol `some', only fill in the gaps that are |
| 207 | together. If `more', fill in all leaf nodes that Gnus can find. If | 207 | needed to tie loose threads together. If the symbol `more', fill |
| 208 | non-nil and non-`some', fill in all gaps that Gnus manages to guess." | 208 | in all leaf nodes that Gnus can find. If t (or any other value), |
| 209 | fill in all gaps that Gnus manages to guess." | ||
| 209 | :group 'gnus-thread | 210 | :group 'gnus-thread |
| 210 | :type '(choice (const :tag "off" nil) | 211 | :type '(choice (const :tag "off" nil) |
| 211 | (const some) | 212 | (const some) |