comparison lisp/textmodes/tex-mode.el @ 2836:d95acb2243f9

(tex-insert-quote): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 May 1993 21:15:09 +0000
parents 2189edb30955
children 507f64624555
comparison
equal deleted inserted replaced
2835:6af690e58256 2836:d95acb2243f9
485 'space ;TeX doesn't distinguish 485 'space ;TeX doesn't distinguish
486 category))) 486 category)))
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
495 (self-insert-command (prefix-numeric-value arg)) 495 (self-insert-command (prefix-numeric-value arg))
496 (insert 496 (insert