all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Matt <matt@excalamus.com>
Cc: 68088-done@debbugs.gnu.org
Subject: bug#68088: [PATCH] Fix incorrect docstring link in default-directory
Date: Thu, 28 Dec 2023 21:48:33 +0200	[thread overview]
Message-ID: <83bkaa6rce.fsf@gnu.org> (raw)
In-Reply-To: <18cb15d56a4.11388c6eb77569.4265473526881657065@excalamus.com> (message from Matt on Thu, 28 Dec 2023 17:58:53 +0100)

> Date: Thu, 28 Dec 2023 17:58:53 +0100
> From: Matt <matt@excalamus.com>
> 
> Slashes in the docstring for `default-directory' incorrectly link to
> `/', the divide function.
> 
> "...these names start with `/' or `~' and end with `/'."
> 
> Obviously, slashes in this context refer to the character, not the
> operator.
> 
> Checking the sources, the error is still present on master.
> 
> See:
> https://git.savannah.gnu.org/cgit/emacs.git/tree/src/buffer.c#n5343
> 
> The attached patch changes the leading grave on each slash and the
> tilde to a single quote mark.

Thanks, I fixed that by using double-quotes instead of single quotes.

Closing.





      reply	other threads:[~2023-12-28 19:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 16:58 bug#68088: [PATCH] Fix incorrect docstring link in default-directory Matt
2023-12-28 19:48 ` Eli Zaretskii [this message]

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

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

  git send-email \
    --in-reply-to=83bkaa6rce.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=68088-done@debbugs.gnu.org \
    --cc=matt@excalamus.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.