(texinfo-format-node): Insert the node delimiter
that info is looking for unconditionally.
This commit is contained in:
parent
8d4afcac1e
commit
2545066897
1 changed files with 2 additions and 3 deletions
|
@ -924,9 +924,8 @@ lower types.")
|
|||
(error "Duplicate node name: %s" name)
|
||||
(setq texinfo-node-names (cons (list tem) texinfo-node-names))))
|
||||
(setq texinfo-footnote-number 0)
|
||||
(or (bolp)
|
||||
(insert ?\n))
|
||||
(insert "\^_\nFile: " texinfo-format-filename
|
||||
;; insert "\n\^_" unconditionally since this is what info is looking for
|
||||
(insert "\n\^_\nFile: " texinfo-format-filename
|
||||
", Node: " name)
|
||||
(if next
|
||||
(insert ", Next: " next))
|
||||
|
|
Loading…
Add table
Reference in a new issue