blob: 4611cc9267eea90625a1c5ab42792ec5099e1464 (
plain)
1
2
3
4
5
6
|
;;;; Driver to update all the node pointers and menus in the Texinfo source.
(setq load-path (append '("/usr/local/gnu/lib/emacs/elisp") load-path))
(require 'texinfo)
(texinfo-multiple-files-update "fontu.texi" t t)
(save-some-buffers t)
|