emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117407: Fixes: debbugs:18117


From: Andreas Schwab
Subject: [Emacs-diffs] emacs-24 r117407: Fixes: debbugs:18117
Date: Sun, 27 Jul 2014 11:41:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117407
revision-id: address@hidden
parent: address@hidden
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2014-07-27 13:38:59 +0200
message:
  Fixes: debbugs:18117
  
  * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/textmodes/tex-mode.el     texmode.el-20091113204419-o5vbwnq5f7feedwu-132
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-07-27 01:36:48 +0000
+++ b/lisp/ChangeLog    2014-07-27 11:38:59 +0000
@@ -1,3 +1,8 @@
+2014-07-27  Andreas Schwab  <address@hidden>
+
+       * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
+       (Bug#18117)
+
 2014-07-27  Fabián Ezequiel Gallina  <address@hidden>
 
        * progmodes/python.el (inferior-python-mode): Doc fix.

=== modified file 'lisp/textmodes/tex-mode.el'
--- a/lisp/textmodes/tex-mode.el        2014-02-10 01:34:22 +0000
+++ b/lisp/textmodes/tex-mode.el        2014-07-27 11:38:59 +0000
@@ -808,7 +808,7 @@
 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]