* bug#6545: Menu entry for describe-package
@ 2010-07-01 1:39 Jan Moringen
0 siblings, 0 replies; only message in thread
From: Jan Moringen @ 2010-07-01 1:39 UTC (permalink / raw)
To: 6545
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
Hi.
I suggest adding a "Describe Package" menu item in the "Help > Describe"
menu, in analogy to the other `describe-*' functions. The attached patch
adds the menu entry.
Looking at the neighboring entries, it seems like the function should be
bound to C-h p. However, this binding is already in use (by
`finder-by-keyword').
The subject has (without much success) been brought up on emacs-devel:
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00868.html
Kind regards,
Jan Moringen
[-- Attachment #2: describe-package.patch --]
[-- Type: text/x-patch, Size: 750 bytes --]
--- lisp/menu-bar.el.orig 2010-07-18 01:00:44.000000000 +0200
+++ lisp/menu-bar.el 2010-07-18 04:54:07.522794927 +0200
@@ -1404,6 +1332,9 @@
(define-key menu-bar-describe-menu [describe-current-display-table]
`(menu-item ,(purecopy "Describe Display Table") describe-current-display-table
:help ,(purecopy "Describe the current display table")))
+(define-key menu-bar-describe-menu [describe-package]
+ `(menu-item ,(purecopy "Describe Package...") describe-package
+ :help ,(purecopy "Display information about an Emacs software package")))
(define-key menu-bar-describe-menu [describe-face]
`(menu-item ,(purecopy "Describe Face...") describe-face
:help ,(purecopy "Display the properties of a face")))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-01 1:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 1:39 bug#6545: Menu entry for describe-package Jan Moringen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).