comparison lisp/textmodes/texinfmt.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 57089987a2de
children 0ab53cbfac0e
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
429 (forward-char 1) 429 (forward-char 1)
430 (nreverse args)))) 430 (nreverse args))))
431 431
432 432
433 ; 19 October 1990 433 ; 19 October 1990
434 ; @setfilename modifed to work with include files; see @include 434 ; @setfilename modified to work with include files; see @include
435 ; (defun texinfo-format-setfilename () 435 ; (defun texinfo-format-setfilename ()
436 ; (let ((arg (texinfo-parse-arg-discard))) 436 ; (let ((arg (texinfo-parse-arg-discard)))
437 ; (setq texinfo-format-filename 437 ; (setq texinfo-format-filename
438 ; (file-name-nondirectory (expand-file-name arg))) 438 ; (file-name-nondirectory (expand-file-name arg)))
439 ; (insert "Info file: " 439 ; (insert "Info file: "
1651 1651
1652 ;; Updated 19 October 1990 1652 ;; Updated 19 October 1990
1653 ;; In the original version, include files were ignored by Info but 1653 ;; In the original version, include files were ignored by Info but
1654 ;; incorporated in to the printed manual. To make references to the 1654 ;; incorporated in to the printed manual. To make references to the
1655 ;; included file, the Texinfo source file has to refer to the included 1655 ;; included file, the Texinfo source file has to refer to the included
1656 ;; files using the `(filename)nodename' format for refering to other 1656 ;; files using the `(filename)nodename' format for referring to other
1657 ;; Info files. Also, the included files had to be formatted on their 1657 ;; Info files. Also, the included files had to be formatted on their
1658 ;; own. It was just like they were another file. 1658 ;; own. It was just like they were another file.
1659 1659
1660 ;; Currently, include files are inserted into the buffer that is 1660 ;; Currently, include files are inserted into the buffer that is
1661 ;; formatted for Info. If large, the resulting info file is split and 1661 ;; formatted for Info. If large, the resulting info file is split and