]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-format-direntry): Avoid blank line.
authorKarl Heuer <kwzh@gnu.org>
Sat, 29 May 1999 19:22:00 +0000 (19:22 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 29 May 1999 19:22:00 +0000 (19:22 +0000)
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 ()