summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texnfo-upd.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-09 23:56:43 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-09 23:56:43 +0000
commitca8c7e7b17ca29bffe28eb0000efd8320c2fb593 (patch)
tree128179226710648fea80638bc34f069e288af578 /lisp/textmodes/texnfo-upd.el
parent12cf448adf035117a160d554e5f406122c815dde (diff)
downloademacs-ca8c7e7b17ca29bffe28eb0000efd8320c2fb593.tar.gz
(texinfo-sequential-node-update): Add autoload.
(texinfo-update-node, texinfo-every-node-update): Add autoload.
Diffstat (limited to 'lisp/textmodes/texnfo-upd.el')
-rw-r--r--lisp/textmodes/texnfo-upd.el3
1 files changed, 3 insertions, 0 deletions
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.