]> www.ginac.de Git - cln.git/blob - doc/addnodes.el
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
[cln.git] / doc / addnodes.el
1 ;; Emacs Lisp program to insert nodes and menus in a TeXinfo file.
2
3 (texinfo-mode)
4 (texinfo-insert-node-lines
5   (save-excursion (beginning-of-buffer) (point))
6   (save-excursion (end-of-buffer) (point))
7   t
8 )
9 (texinfo-master-menu t)
10 ;; The following is not needed because it is already done by the
11 ;; (texinfo-master-menu t) command.
12 ; (texinfo-every-node-update)
13 ;; The following should not be needed because it should already done by the
14 ;; (texinfo-master-menu t) command. Alas, `texinfo-master-menu' is buggy:
15 ;; It forgets to create the `Customizing' menu...
16 (texinfo-all-menus-update)
17