changeset 4944:51039884789d

(texinfo-sequential-node-update): Add autoload. (texinfo-update-node, texinfo-every-node-update): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Nov 1993 23:56:43 +0000
parents 7a6aea972b7e
children e84aed67d3c6
files lisp/textmodes/texnfo-upd.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texnfo-upd.el	Tue Nov 09 21:37:50 1993 +0000
+++ b/lisp/textmodes/texnfo-upd.el	Tue Nov 09 23:56:43 1993 +0000
@@ -1217,6 +1217,7 @@
 
 ;;; 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 @@
           (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 @@
 ; (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.