]> git.eshelyaron.com Git - emacs.git/commit
(cl--describe-class-slots): Avoid cryptic `t` type
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Apr 2024 22:33:01 +0000 (18:33 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 20:30:34 +0000 (22:30 +0200)
commit49e72987e37df98a2aca77fe5e4c3d8e3b9bc18e
tree882be0d4527b3b1aae47e2966c982f1a7659a95b
parentde6de4d2dafeb454c9dc506a253a46630436b2f8
(cl--describe-class-slots): Avoid cryptic `t` type

* lisp/emacs-lisp/cl-extra.el (cl--describe-class-slots): Use the empty
string for the trivial `t` type.

* lisp/emacs-lisp/cl-preloaded.el (cl-structure-class):
Fix non-existing `bool` => `boolean`.

(cherry picked from commit dd6b9c9426c5d7dde66974c5790815c3520a755b)
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-preloaded.el