diff options
| author | Andreas Schwab | 2014-07-27 13:38:59 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2014-07-27 13:38:59 +0200 |
| commit | fb2e15326d6757e98e4bc2c61a292bb37f852e90 (patch) | |
| tree | 90bd39564e40a0d3942aa5fa35bc96561b00a609 | |
| parent | fa080fa7053956d20f0f25ed243760062fa83b22 (diff) | |
| download | emacs-fb2e15326d6757e98e4bc2c61a292bb37f852e90.tar.gz emacs-fb2e15326d6757e98e4bc2c61a292bb37f852e90.zip | |
Fixes: debbugs:18117
* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
| -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. |