Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d02677ab
Commit
d02677ab
authored
Dec 22, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(tex-start-of-header, tex-end-of-header): Add defvars.
parent
602503c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/textmodes/texinfmt.el
lisp/textmodes/texinfmt.el
+4
-0
No files found.
lisp/textmodes/texinfmt.el
View file @
d02677ab
...
...
@@ -134,6 +134,10 @@ Info-split to do these manually."
(
defvar
texinfo-region-buffer-name
"*Info Region*"
"*Name of the temporary buffer used by \\[texinfo-format-region]."
)
;; These come from tex-mode.el.
(
defvar
tex-start-of-header
)
(
defvar
tex-end-of-header
)
;;;###autoload
(
defun
texinfo-format-region
(
region-beginning
region-end
)
"Convert the current region of the Texinfo file to Info format.
...
...
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