1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(texinfo-format-direntry): Avoid blank line.

This commit is contained in:
Karl Heuer 1999-05-29 19:22:00 +00:00
parent 1faf64740a
commit 95012c62d5

View File

@ -2473,7 +2473,7 @@ If used within a line, follow `@bullet' with braces."
(defun texinfo-format-direntry ()
(texinfo-push-stack 'direntry nil)
(texinfo-discard-line)
(insert "START-INFO-DIR-ENTRY\n\n"))
(insert "START-INFO-DIR-ENTRY\n"))
(put 'direntry 'texinfo-end 'texinfo-end-direntry)
(defun texinfo-end-direntry ()