aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-05-29 19:22:00 +0000
committerKarl Heuer1999-05-29 19:22:00 +0000
commit95012c62d5d33b2f05538b8163322c83cf3cfb24 (patch)
tree257174735607a9eb5837ba10248545b1f4d8edc5
parent1faf64740a429a34daf61479b49b17bcec5d4b7e (diff)
downloademacs-95012c62d5d33b2f05538b8163322c83cf3cfb24.tar.gz
emacs-95012c62d5d33b2f05538b8163322c83cf3cfb24.zip
(texinfo-format-direntry): Avoid blank line.
-rw-r--r--lisp/textmodes/texinfmt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 262e42c6f9e..aeaa835d6db 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -2473,7 +2473,7 @@ If used within a line, follow `@bullet' with braces."
2473(defun texinfo-format-direntry () 2473(defun texinfo-format-direntry ()
2474 (texinfo-push-stack 'direntry nil) 2474 (texinfo-push-stack 'direntry nil)
2475 (texinfo-discard-line) 2475 (texinfo-discard-line)
2476 (insert "START-INFO-DIR-ENTRY\n\n")) 2476 (insert "START-INFO-DIR-ENTRY\n"))
2477 2477
2478(put 'direntry 'texinfo-end 'texinfo-end-direntry) 2478(put 'direntry 'texinfo-end 'texinfo-end-direntry)
2479(defun texinfo-end-direntry () 2479(defun texinfo-end-direntry ()