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
fb2e1532
Commit
fb2e1532
authored
Jul 27, 2014
by
Andreas Schwab
Browse files
Fixes: debbugs:18117
* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
parent
fa080fa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
fb2e1532
2014-07-27 Andreas Schwab <schwab@linux-m68k.org>
* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
(Bug#18117)
2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
* progmodes/python.el (inferior-python-mode): Doc fix.
...
...
lisp/textmodes/tex-mode.el
View file @
fb2e1532
...
...
@@ -808,7 +808,7 @@ Not smaller than the value set by `tex-suscript-height-minimum'."
(defvar tex-verbatim-face 'tex-verbatim)
(defun tex-font-lock-verb (start delim)
"
Place
syntax
table
properties
on
the
\verb
construct.
"
Place
syntax
table
properties
on
the
\
\verb
construct.
START
is
the
position
of
the
\\
and
DELIM
is
the
delimiter
char.
"
;; Do nothing if the \verb construct is itself inside a comment or
;; verbatim env.
...
...
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