]> git.eshelyaron.com Git - emacs.git/commit
cl-generic.el: Upcase formal args in `C-h o`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Apr 2022 19:41:04 +0000 (15:41 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Apr 2022 19:41:21 +0000 (15:41 -0400)
commit0a151b7c29c46ae67ae92d0960e199ae84b3a48b
treea192fd3b02275bdc4f6b7df3f4de1bea27c60b90
parent4a1f69ebca9bbf5797b8898f8250f6580753d829
cl-generic.el: Upcase formal args in `C-h o`

Try and improve the display of methods in `C-h o` by moving
the qualifiers to a separate line and upcasing the formal args.
It still needs love, tho.

* lisp/emacs-lisp/cl-generic.el: Upcase formal args in `C-h o`
(cl--generic-upcase-formal-args): New function.
(cl--generic-describe): Use it.
lisp/emacs-lisp/cl-generic.el