]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/texinfmt.el
(texinfo-format-direntry): Avoid blank line.
[gnu-emacs] / lisp / textmodes / texinfmt.el
index 262e42c6f9e60ef2a5e2245be167c0a4256cef1b..aeaa835d6db797ef77248cfccd8a384ee1476d66 100644 (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 ()