emacs-diffs
[Top][All Lists]
Advanced

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

master 2a73a52: ; Small doc fix in recent eieio-opt.el change


From: Stefan Kangas
Subject: master 2a73a52: ; Small doc fix in recent eieio-opt.el change
Date: Sun, 5 Dec 2021 21:20:28 -0500 (EST)

branch: master
commit 2a73a52c4aa8b6a53c9ce3cd68e464bcd0d08d29
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; 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.
---
 lisp/emacs-lisp/eieio-opt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el
index 3297a9d..6803953 100644
--- a/lisp/emacs-lisp/eieio-opt.el
+++ b/lisp/emacs-lisp/eieio-opt.el
@@ -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))



reply via email to

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