; 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:
parent
9171061352
commit
2a73a52c4a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue