Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
957dc1a4
Commit
957dc1a4
authored
Nov 16, 2005
by
Richard M. Stallman
Browse files
(menu-bar-help-menu): Rename Find Extra Packages to External Packages.
parent
ce4374c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/menu-bar.el
lisp/menu-bar.el
+2
-3
No files found.
lisp/menu-bar.el
View file @
957dc1a4
...
...
@@ -1360,9 +1360,8 @@ key, a click, or a menu-item"))
'(menu-item "
Getting
New
Versions
" describe-distribution
:help "
How
to
get
latest
versions
of
Emacs
"))
(define-key menu-bar-help-menu [more]
'(menu-item "
Find
Extra
Packages
"
menu-bar-help-extra-packages
:help "
Where
to
find
some
extra
packages
and
possible
updates
"))
'(menu-item "
External
Packages
" menu-bar-help-extra-packages
:help "
Lisp
packages
distributed
separately
for
use
in
Emacs
"))
(defun menu-bar-help-extra-packages ()
"
Display
help
about
some
additional
packages
available
for
Emacs.
"
(interactive)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment