From: Richard M. Stallman Date: Tue, 9 Nov 1993 23:56:43 +0000 (+0000) Subject: (texinfo-sequential-node-update): Add autoload. X-Git-Tag: emacs-19.34~10907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=873b572941eefb79649614387790d512a2fffe72;p=emacs.git (texinfo-sequential-node-update): Add autoload. (texinfo-update-node, texinfo-every-node-update): Add autoload. --- diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 84e01d8f83b..8fbb7482773 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1217,6 +1217,7 @@ document; the values are regular expressions.") ;;; Updating a node +;;;###autoload (defun texinfo-update-node (&optional region-p) "Without any prefix argument, update the node in which point is located. Non-nil argument (prefix, if interactive) means update the nodes in the @@ -1262,6 +1263,7 @@ which menu descriptions are indented. Its default value is 32." (texinfo-update-the-node)) (message "Done...updated nodes in region. You may save the buffer."))))) +;;;###autoload (defun texinfo-every-node-update () "Update every node in a Texinfo file." (interactive) @@ -1472,6 +1474,7 @@ towards which the pointer is directed, one of `next, `previous, or ; (The subsection to which `Next' points will most likely be the first ; item on the section's menu.) +;;;###autoload (defun texinfo-sequential-node-update (&optional region-p) "Update one node (or many) in a Texinfo file with sequential pointers.