* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
+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.
(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.