diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-06-09 13:40:05 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-06-09 13:40:05 +0000 |
commit | b492a94e584897d72de7c6e35b6e086c1e9db093 (patch) | |
tree | ca1b0be3994202234f7a7c0578487830b78c4650 /lisp/textmodes | |
parent | e097b3fb7fb508f8b4b64227bca06d7e66ab8c8c (diff) | |
download | emacs-b492a94e584897d72de7c6e35b6e086c1e9db093.tar.gz |
(texinfo-find-pointer): Doc fix.
(texinfo-sequentially-find-pointer): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/texnfo-upd.el | 4 |
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). The first and second arguments bound the search for a pointer to the beginning and end, respectively, of the enclosing higher level section. The third argument is a string specifying the general kind -of section such as \"chapter\ or \"section\". When looking for the +of section such as \"chapter\" or \"section\". When looking for the `Next' pointer, the section found will be at the same hierarchical level in the Texinfo file; when looking for the `Previous' pointer, the section found will be at the same or higher hierarchical level in @@ -1559,7 +1559,7 @@ it is in a different section. Return type of pointer (either 'normal or 'no-pointer). The first argument is a string specifying the general kind of section -such as \"chapter\ or \"section\". The section found will be at the +such as \"chapter\" or \"section\". The section found will be at the same hierarchical level in the Texinfo file, or, in the case of the up pointer, some level higher. The second argument (one of 'next, 'previous, or 'up) specifies whether to find the `Next', `Previous', |