Path: utzoo!yunexus!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!apple!usc!cs.utexas.edu!tut.cis.ohio-state.edu!SAUNA.HUT.FI!jkp From: jkp@SAUNA.HUT.FI (Jyrki Kuoppala) Newsgroups: gnu.emacs.bug Subject: TeX-mode documentation in emacs info Message-ID: <8908271215.AA07797@joker.hut.fi> Date: 27 Aug 89 14:45:13 GMT Article-I.D.: joker.8908271215.AA07797 Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: Helsinki University of Technology, Finland. Lines: 22 In emacs 18.55, documenation for TeX-mode, in the info file there's the following paragraph: In TeX, the character `"' is not normally used; one uses `"' to start a quotation and `"' to end one. TeX mode defines the key `"' to insert `"' after whitespace or an open brace, `"' after a backslash, or `"' otherwise. This is done by the command `TeX-insert-quote'. If you need the character `"' itself in unusual contexts, use `C-q' to insert it. Also, `"' with a numeric argument always inserts that number of `"' characters. This doesn't seem to be very useful information ;-). A few lines before, in the definition for `"', this is right: `"' Insert, according to context, either ```' or `"' or `''' (`TeX-insert-quote'). This is probably what it should be in the paragraph above, too. The current scheme seems very confusing in the info file. //Jyrki