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
929fa5ce
Commit
929fa5ce
authored
Apr 24, 2002
by
Eli Zaretskii
Browse files
(menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text.
parent
60f2f3f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/menu-bar.el
lisp/menu-bar.el
+2
-2
No files found.
lisp/ChangeLog
View file @
929fa5ce
2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
* menu-bar.el (menu-bar-adv-search-menu)
(menu-bar-adv-search-menu): Improve the help text.
2002-04-24 Simon Josefsson <jas@extundo.com>
* net/netrc.el: New file.
...
...
lisp/menu-bar.el
View file @
929fa5ce
...
...
@@ -293,10 +293,10 @@ A large number or nil slows down menu responsiveness."
'
(
menu-item
"--"
))
(
define-key
menu-bar-adv-search-menu
[isearch-backward]
'
(
menu-item
"Incremental Search Backwards..."
isearch-backward
:help
"
Incremental s
earch backwards for a string"
))
:help
"
S
earch backwards for a string
as you type it
"
))
(
define-key
menu-bar-adv-search-menu
[isearch-forward]
'
(
menu-item
"Incremental Search..."
isearch-forward
:help
"
Incremental s
earch forward for a string"
))
:help
"
S
earch forward for a string
as you type it
"
))
(
define-key
menu-bar-search-menu
[re-search]
(
list
'menu-item
"Advanced Search/Replace"
menu-bar-adv-search-menu
:help
"Regexp and Tags search and replace"
))
...
...
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