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:
parent
1faf64740a
commit
95012c62d5
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user