From fb2e15326d6757e98e4bc2c61a292bb37f852e90 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 27 Jul 2014 13:38:59 +0200 Subject: [PATCH] Fixes: debbugs:18117 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/tex-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6b49758418..5307a6a496f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-07-27 Andreas Schwab + + * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix. + (Bug#18117) + 2014-07-27 Fabián Ezequiel Gallina * progmodes/python.el (inferior-python-mode): Doc fix. 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. -- 2.39.5