]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-sequential-node-update): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Nov 1993 23:56:43 +0000 (23:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Nov 1993 23:56:43 +0000 (23:56 +0000)
(texinfo-update-node, texinfo-every-node-update): Add autoload.

lisp/textmodes/texnfo-upd.el

index 84e01d8f83bf740c0d2434038449258f0f6a3a6e..8fbb7482773254c96c9f2c8c913a744830a6b228 100644 (file)
@@ -1217,6 +1217,7 @@ document; the values are regular expressions.")
 \f
 ;;; 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.