diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6b49758418..5307a6a496f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-07-27 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix. | ||
| 4 | (Bug#18117) | ||
| 5 | |||
| 1 | 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | 6 | 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/python.el (inferior-python-mode): Doc fix. | 8 | * 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'." | |||
| 808 | (defvar tex-verbatim-face 'tex-verbatim) | 808 | (defvar tex-verbatim-face 'tex-verbatim) |
| 809 | 809 | ||
| 810 | (defun tex-font-lock-verb (start delim) | 810 | (defun tex-font-lock-verb (start delim) |
| 811 | "Place syntax table properties on the \verb construct. | 811 | "Place syntax table properties on the \\verb construct. |
| 812 | START is the position of the \\ and DELIM is the delimiter char." | 812 | START is the position of the \\ and DELIM is the delimiter char." |
| 813 | ;; Do nothing if the \verb construct is itself inside a comment or | 813 | ;; Do nothing if the \verb construct is itself inside a comment or |
| 814 | ;; verbatim env. | 814 | ;; verbatim env. |