unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: 33090@debbugs.gnu.org
Subject: bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads
Date: Thu, 18 Oct 2018 11:37:48 -0700	[thread overview]
Message-ID: <87zhvb2j9f.fsf@ericabrahamsen.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]


The symbol `some' is incorrectly treated as a hyperlink to the function
`some' in this docstring. This patch wiggles the word "symbol" in there
to deactivate it.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Deactivate-incorrect-hyperlinking-in-gnus-build-spar.patch --]
[-- Type: text/x-patch, Size: 1291 bytes --]

From 4b9d708e05790a555b073ea73c96018a65a53145 Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen <eric@ericabrahamsen.net>
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


             reply	other threads:[~2018-10-18 18:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 18:37 Eric Abrahamsen [this message]
2018-10-19  7:45 ` bug#33090: 27.0.50; Deactivate incorrect hyperlinking in the docstring of gnus-build-sparse-threads Robert Pluim
2018-10-19 19:06   ` Eric Abrahamsen
2018-10-27  9:15   ` Eli Zaretskii
2018-10-27  9:11 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhvb2j9f.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=33090@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).