emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Docstring with function links starting with `-'


From: Philippe Vaucher
Subject: Docstring with function links starting with `-'
Date: Wed, 9 Feb 2022 20:04:45 +0100

Hello,

In Emacs 27.2, when doing the following code:

(defun foo ())
(defun -foo ())
(defun bar ()
  "See `foo' and `-foo'.")

If we describe-function "bar" the docstring makes a clickable link out of "foo" but not "-foo".

This is annoying with a library like dash.el

Any ideas/workarounds about how to fix it?

Philippe 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]