; Small doc fix in recent eieio-opt.el change

* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor): Quote
functions to make links work in help-mode.
This commit is contained in:
Stefan Kangas 2021-12-06 03:18:34 +01:00
parent 9171061352
commit 2a73a52c4a

View file

@ -130,7 +130,7 @@ are not abstract."
;;;###autoload
(defun eieio-help-constructor (ctr)
"Describe CTR if it is a class constructor."
(declare (obsolete "use describe-function or cl--describe-class" "29.1"))
(declare (obsolete "use `describe-function' or `cl--describe-class'." "29.1"))
(when (class-p ctr)
(erase-buffer)
(let ((location (find-lisp-object-file-name ctr 'define-type))