]> git.eshelyaron.com Git - emacs.git/commitdiff
; Small doc fix in recent eieio-opt.el change
authorStefan Kangas <stefan@marxist.se>
Mon, 6 Dec 2021 02:18:34 +0000 (03:18 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 6 Dec 2021 02:20:15 +0000 (03:20 +0100)
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor): Quote
functions to make links work in help-mode.

lisp/emacs-lisp/eieio-opt.el

index 3297a9d2ec7efb55917ce0713dfa5695a0c657b4..680395387c2efb24a2df163a5a27c71f49bd8a2b 100644 (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))