diff options
author | Glenn Morris <rgm@gnu.org> | 2014-07-28 05:39:09 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-07-28 05:39:09 -0400 |
commit | da41ffdd089b529c3d5216412d95840e065c3fe3 (patch) | |
tree | a69f5a510e2c47f774f145d9567188bc89563ac1 /lisp/textmodes | |
parent | 414e1537ab09d2f4571e61b420523dcd082f2d3a (diff) | |
parent | 1c6c2e3c70ff2f666a1e3f29b8852d375c8392cd (diff) | |
download | emacs-da41ffdd089b529c3d5216412d95840e065c3fe3.tar.gz |
Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.org
Diffstat (limited to 'lisp/textmodes')
-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. |