]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixes: debbugs:18117
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 27 Jul 2014 11:38:59 +0000 (13:38 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 27 Jul 2014 11:38:59 +0000 (13:38 +0200)
* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.

lisp/ChangeLog
lisp/textmodes/tex-mode.el

index b6b49758418b039e4ed8c3798004fad3da554449..5307a6a496f875aa9bb2086a2ba8ecda5c536caa 100644 (file)
@@ -1,3 +1,8 @@
+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.
index dce996070740597cb13e0213cd02e3cd107c9b1a..18843bcd15a8f81b94396d0f056fb68b1d429891 100644 (file)
@@ -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.