diff options
| author | Andreas Schwab | 2014-07-27 13:38:59 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2014-07-27 13:38:59 +0200 |
| commit | fb2e15326d6757e98e4bc2c61a292bb37f852e90 (patch) | |
| tree | 90bd39564e40a0d3942aa5fa35bc96561b00a609 /lisp/textmodes | |
| parent | fa080fa7053956d20f0f25ed243760062fa83b22 (diff) | |
| download | emacs-fb2e15326d6757e98e4bc2c61a292bb37f852e90.tar.gz emacs-fb2e15326d6757e98e4bc2c61a292bb37f852e90.zip | |
Fixes: debbugs:18117
* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index dce99607074..18843bcd15a 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -808,7 +808,7 @@ Not smaller than the value set by `tex-suscript-height-minimum'." | |||
| 808 | (defvar tex-verbatim-face 'tex-verbatim) | 808 | (defvar tex-verbatim-face 'tex-verbatim) |
| 809 | 809 | ||
| 810 | (defun tex-font-lock-verb (start delim) | 810 | (defun tex-font-lock-verb (start delim) |
| 811 | "Place syntax table properties on the \verb construct. | 811 | "Place syntax table properties on the \\verb construct. |
| 812 | START is the position of the \\ and DELIM is the delimiter char." | 812 | START is the position of the \\ and DELIM is the delimiter char." |
| 813 | ;; Do nothing if the \verb construct is itself inside a comment or | 813 | ;; Do nothing if the \verb construct is itself inside a comment or |
| 814 | ;; verbatim env. | 814 | ;; verbatim env. |