Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ccfb7415
Commit
ccfb7415
authored
Jun 26, 2002
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(info-menu-5): Fix documentation.
(Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
parent
ca8f3642
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/info.el
lisp/info.el
+2
-2
No files found.
lisp/ChangeLog
View file @
ccfb7415
2002-06-26 Juanma Barranquero <jbarranquero@peoplecall.com>
* info.el (info-menu-5): Fix documentation.
(Info-fontify-maximum-menu-size): Remove reference to
`Info-fontify'.
2002-06-26 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/cl.el (values): Simplify definition.
...
...
lisp/info.el
View file @
ccfb7415
...
...
@@ -65,7 +65,7 @@ The Lisp code is executed when the node is selected.")
(
defface
info-menu-5
'
((((
class
color
))
(
:foreground
"red1"
))
(
t
(
:underline
t
)))
"Face for
the fifth and nineth
`*' in an Info menu."
"Face for
every third
`*' in an Info menu."
:group
'info
)
(
defface
info-xref
...
...
@@ -76,7 +76,7 @@ The Lisp code is executed when the node is selected.")
:group
'info
)
(
defcustom
Info-fontify-maximum-menu-size
100000
"*Maximum size of menu to fontify if `
Info-fontify
' is non-nil."
"*Maximum size of menu to fontify if `
font-lock-mode
' is non-nil."
:type
'integer
:group
'info
)
...
...
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