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
451ec4e3
Commit
451ec4e3
authored
Jun 15, 2000
by
Gerd Moellmann
Browse files
(menu-bar-help-menu): Add menu item for non-English
tutorials.
parent
357d11de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/menu-bar.el
lisp/menu-bar.el
+4
-0
No files found.
lisp/ChangeLog
View file @
451ec4e3
...
...
@@ -11,6 +11,15 @@
2000-06-15 Gerd Moellmann <gerd@gnu.org>
* info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
(Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
functions.
(Info-find-node-2): Try a case-sensitive search first, then
do a case-insensitive search.
* menu-bar.el (menu-bar-help-menu): Add menu item for non-English
tutorials.
* complete.el (PC-env-vars-alist): New variable.
(PC-complete-as-file-name): New function.
(partial-completion-mode): Initialize PC-env-vars-alist from
...
...
lisp/menu-bar.el
View file @
451ec4e3
...
...
@@ -833,6 +833,10 @@ key (or menu-item)"))
:help "
New
features
of
this
version
"))
(define-key menu-bar-help-menu [emacs-faq]
'(menu-item "
Emacs
FAQ
" view-emacs-FAQ))
(define-key menu-bar-help-menu [emacs-tutorial-language-specific]
'(menu-item "
Emacs
Tutorial
(
choose
language
)
...
"
(lambda () (interactive) (help-with-tutorial t))
:help "
Learn
how
to
use
Emacs
(
choose
a
language
)
"))
(define-key menu-bar-help-menu [emacs-tutorial]
'(menu-item "
Emacs
Tutorial
" help-with-tutorial
:help "
Learn
how
to
use
Emacs
"))
...
...
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