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
e5b31424
Commit
e5b31424
authored
Sep 23, 2001
by
Eli Zaretskii
Browse files
Minor fixes for text of help-echo in some options.
parent
76829576
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/menu-bar.el
lisp/menu-bar.el
+6
-6
No files found.
lisp/ChangeLog
View file @
e5b31424
2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
* menu-bar.el (top-level): Minor fixes for text of help-echo in
some items of the Options menu.
2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
* pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
...
...
lisp/menu-bar.el
View file @
e5b31424
...
...
@@ -634,20 +634,20 @@ Do the same for the keys of the same name."
'
(
"--"
))
(
define-key
menu-bar-options-menu
[highlight-paren-mode]
(
menu-bar-make-toggle
toggle-highlight-paren-mode
show-paren-mode
"
Highlight Matching Parentheses
"
"
Paren Match Highlighting (Show Paren mode)
"
"Show Paren mode %s"
"Highlight matching
and
mismatched parentheses"
"Highlight matching
/
mismatched parentheses
at cursor
"
(
show-paren-mode
)))
(
define-key
menu-bar-options-menu
[transient-mark-mode]
(
menu-bar-make-toggle
toggle-transient-mark-mode
transient-mark-mode
"
Highlight Marked Text
(Transient Mark mode)"
"
Active Region Highlighting
(Transient Mark mode)"
"Transient Mark mode %s"
"
Highlight the marked region when active
"
))
"
Make text in active region stand out in color
"
))
(
define-key
menu-bar-options-menu
[toggle-global-lazy-font-lock-mode]
(
menu-bar-make-toggle
toggle-global-lazy-font-lock-mode
global-font-lock-mode
"Highlight
Syntactically
"
"
Syntax
Highlight
ing (Global Font Lock mode)
"
"Global Font Lock mode %s"
"
Highlight
text based on language syntax"
"
Colorize
text based on language syntax"
(
global-font-lock-mode
)))
...
...
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