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
92819e90
Commit
92819e90
authored
Nov 06, 2000
by
Stefan Monnier
Browse files
(texinfo-section-list): Change majorheading to 2.
(texinfo-font-lock-syntactic-keywords): Use syntax-strings.
parent
d3a67486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/textmodes/texinfo.el
lisp/textmodes/texinfo.el
+4
-4
No files found.
lisp/textmodes/texinfo.el
View file @
92819e90
...
...
@@ -244,7 +244,7 @@ chapter."
(
defvar
texinfo-section-list
'
((
"top"
1
)
(
"majorheading"
1
)
(
"majorheading"
2
)
(
"chapter"
2
)
(
"unnumbered"
2
)
(
"appendix"
2
)
...
...
@@ -290,9 +290,9 @@ chapter."
"Imenu generic expression for TexInfo mode. See `imenu-generic-expression'."
)
(
defvar
texinfo-font-lock-syntactic-keywords
'
((
"\\(@\\)c\\(omment\\)?\\>"
(
1
'
(
11
)
))
(
"^\\(@\\)ignore\\>"
(
1
'
(
2097163
)
))
(
"^@end ignore\\(\n\\)"
(
1
'
(
2097164
)
)))
'
((
"\\(@\\)c\\(omment\\)?\\>"
(
1
"<"
))
(
"^\\(@\\)ignore\\>"
(
1
"< b"
))
(
"^@end ignore\\(\n\\)"
(
1
"> b"
)))
"Syntactic keywords to catch comment delimiters in `texinfo-mode'."
)
(
defface
texinfo-heading-face
...
...
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