diff options
Diffstat (limited to 'lisp/textmodes/tex-mode.el')
-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'." (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. |