diff options
| author | Richard M. Stallman | 1993-11-09 23:56:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-09 23:56:43 +0000 |
| commit | 873b572941eefb79649614387790d512a2fffe72 (patch) | |
| tree | a197c5a715f753b8cb5c0ffac68ac4cff474ec36 | |
| parent | 4c39085081f7555b3ee49b2ae5db11b9d01d4c21 (diff) | |
| download | emacs-873b572941eefb79649614387790d512a2fffe72.tar.gz emacs-873b572941eefb79649614387790d512a2fffe72.zip | |
(texinfo-sequential-node-update): Add autoload.
(texinfo-update-node, texinfo-every-node-update): Add autoload.
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 3 |
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.") | |||
| 1217 | 1217 | ||
| 1218 | ;;; Updating a node | 1218 | ;;; Updating a node |
| 1219 | 1219 | ||
| 1220 | ;;;###autoload | ||
| 1220 | (defun texinfo-update-node (&optional region-p) | 1221 | (defun texinfo-update-node (&optional region-p) |
| 1221 | "Without any prefix argument, update the node in which point is located. | 1222 | "Without any prefix argument, update the node in which point is located. |
| 1222 | Non-nil argument (prefix, if interactive) means update the nodes in the | 1223 | 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." | |||
| 1262 | (texinfo-update-the-node)) | 1263 | (texinfo-update-the-node)) |
| 1263 | (message "Done...updated nodes in region. You may save the buffer."))))) | 1264 | (message "Done...updated nodes in region. You may save the buffer."))))) |
| 1264 | 1265 | ||
| 1266 | ;;;###autoload | ||
| 1265 | (defun texinfo-every-node-update () | 1267 | (defun texinfo-every-node-update () |
| 1266 | "Update every node in a Texinfo file." | 1268 | "Update every node in a Texinfo file." |
| 1267 | (interactive) | 1269 | (interactive) |
| @@ -1472,6 +1474,7 @@ towards which the pointer is directed, one of `next, `previous, or | |||
| 1472 | ; (The subsection to which `Next' points will most likely be the first | 1474 | ; (The subsection to which `Next' points will most likely be the first |
| 1473 | ; item on the section's menu.) | 1475 | ; item on the section's menu.) |
| 1474 | 1476 | ||
| 1477 | ;;;###autoload | ||
| 1475 | (defun texinfo-sequential-node-update (&optional region-p) | 1478 | (defun texinfo-sequential-node-update (&optional region-p) |
| 1476 | "Update one node (or many) in a Texinfo file with sequential pointers. | 1479 | "Update one node (or many) in a Texinfo file with sequential pointers. |
| 1477 | 1480 | ||