]> git.eshelyaron.com Git - emacs.git/commit
New command 'describe-library'
authorEshel Yaron <me@eshelyaron.com>
Fri, 7 Jun 2024 09:45:19 +0000 (11:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 7 Jun 2024 09:59:39 +0000 (11:59 +0200)
commit8e96f8cff4d779f74f42e89eecc5330fb77c030e
tree25bb4feea947697086bb3c45aa16a6c5dbec2027
parent5882caa076de152efd544bf40d1c946ece77425f
New command 'describe-library'

* lisp/emacs-lisp/find-func.el
(find-library-include-other-files): Deprecate.
* lisp/emacs-lisp/find-func.el
(read-library-name-narrow-completions-by-keyword)
(find-func--finder-keyword-affixation)
(read-library-name-affixation): New functions.
(read-library-name): Add completions narrowing, annotations, and
a new argument PROMPT.
(display-library, find-library, find-library-other-window)
(find-library-other-frame)
* lisp/files.el (load-library)
* lisp/subr.el (locate-library): Use new PROMPT argument.
* lisp/help-mode.el (help-library-def): New button type.
* lisp/help-fns.el (describe-library): New command.
* lisp/help.el (help-map): Bind it to 'C-h C-l'.
lisp/emacs-lisp/find-func.el
lisp/files.el
lisp/help-fns.el
lisp/help-mode.el
lisp/help.el
lisp/subr.el