aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-06-09 13:40:05 +0000
committerKarl Heuer1996-06-09 13:40:05 +0000
commitd460a76357697b8b307a2d03881a63a717baded2 (patch)
tree0daa0aca5a6cdf40c804427042c7de43dfb8de2f
parenta9cef5871abfa3a8c7b0bc5f64338536cc3097bb (diff)
downloademacs-d460a76357697b8b307a2d03881a63a717baded2.tar.gz
emacs-d460a76357697b8b307a2d03881a63a717baded2.zip
(texinfo-find-pointer): Doc fix.
(texinfo-sequentially-find-pointer): Doc fix.
-rw-r--r--lisp/textmodes/texnfo-upd.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el
index 5173739ef8a..6a328f16723 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -1362,7 +1362,7 @@ Return type of pointer (either 'normal or 'no-pointer).
1362The first and second arguments bound the search for a pointer to the 1362The first and second arguments bound the search for a pointer to the
1363beginning and end, respectively, of the enclosing higher level 1363beginning and end, respectively, of the enclosing higher level
1364section. The third argument is a string specifying the general kind 1364section. The third argument is a string specifying the general kind
1365of section such as \"chapter\ or \"section\". When looking for the 1365of section such as \"chapter\" or \"section\". When looking for the
1366`Next' pointer, the section found will be at the same hierarchical 1366`Next' pointer, the section found will be at the same hierarchical
1367level in the Texinfo file; when looking for the `Previous' pointer, 1367level in the Texinfo file; when looking for the `Previous' pointer,
1368the section found will be at the same or higher hierarchical level in 1368the section found will be at the same or higher hierarchical level in
@@ -1559,7 +1559,7 @@ it is in a different section.
1559Return type of pointer (either 'normal or 'no-pointer). 1559Return type of pointer (either 'normal or 'no-pointer).
1560 1560
1561The first argument is a string specifying the general kind of section 1561The first argument is a string specifying the general kind of section
1562such as \"chapter\ or \"section\". The section found will be at the 1562such as \"chapter\" or \"section\". The section found will be at the
1563same hierarchical level in the Texinfo file, or, in the case of the up 1563same hierarchical level in the Texinfo file, or, in the case of the up
1564pointer, some level higher. The second argument (one of 'next, 1564pointer, some level higher. The second argument (one of 'next,
1565'previous, or 'up) specifies whether to find the `Next', `Previous', 1565'previous, or 'up) specifies whether to find the `Next', `Previous',