(help-admin-map): Fix menu item text.
This commit is contained in:
parent
76c2b0cc7d
commit
8b213da760
1 changed files with 2 additions and 2 deletions
|
@ -1036,9 +1036,9 @@ and selects that window."
|
|||
'("List all keystroke commands" . describe-bindings))
|
||||
|
||||
(define-key help-admin-map "n"
|
||||
'("view Emacs news" . view-emacs-news))
|
||||
'("View Emacs news" . view-emacs-news))
|
||||
(define-key help-admin-map "l"
|
||||
'("View the GNU Emacs license" . describe-copying))
|
||||
'("View Emacs copying conditions" . describe-copying))
|
||||
(define-key help-admin-map "d"
|
||||
'("Describe distribution" . describe-distribution))
|
||||
(define-key help-admin-map "w"
|
||||
|
|
Loading…
Add table
Reference in a new issue