diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index a3586d87ce1..199fc58bea9 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -487,8 +487,8 @@ Entering SliTeX mode calls the value of `text-mode-hook', then the value of | |||
| 487 | 487 | ||
| 488 | (defun tex-insert-quote (arg) | 488 | (defun tex-insert-quote (arg) |
| 489 | "Insert the appropriate quote marks for TeX. | 489 | "Insert the appropriate quote marks for TeX. |
| 490 | Inserts the value of tex-open-quote (normally ``) or tex-close-quote | 490 | Inserts the value of `tex-open-quote' (normally ``) or `tex-close-quote' |
| 491 | (normally '') depending on the context. With prefix argument, always | 491 | \(normally '') depending on the context. With prefix argument, always |
| 492 | inserts \" characters." | 492 | inserts \" characters." |
| 493 | (interactive "*P") | 493 | (interactive "*P") |
| 494 | (if arg | 494 | (if arg |