Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of left/right single quotation marks #325

Open
whxvd opened this issue Jul 20, 2023 · 0 comments
Open

Handling of left/right single quotation marks #325

whxvd opened this issue Jul 20, 2023 · 0 comments

Comments

@whxvd
Copy link

whxvd commented Jul 20, 2023

For the following function describe-function creates a hyperlink for the occurence of kill-ring in left and right single quotes, whereas helpful-function does not:

(defun f ()
  "Docstring mentioning variable ‘kill-ring’ with left and
right single quotes, instead of mentioning `kill-ring' with grave
accent and apostrophe."
  nil)

The Emacs Lisp manual states:

Some previous versions of this section recommended using the non-ASCII single quotation marks directly in doc strings, but this is now discouraged, since that leads to broken help string displays on terminals that don’t support displaying those characters.

So I suppose that using left and right single quotes instead of grave accent and apostrophe in general is supported by Emacs, although discouraged nowadays. Ideally helpful would support that, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant