]> git.eshelyaron.com Git - emacs.git/commitdiff
(dircategory): Delete obsolete mistaken `put'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Jul 1997 20:06:24 +0000 (20:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Jul 1997 20:06:24 +0000 (20:06 +0000)
(texinfo-end-direntry): Output extra newline.
(texinfo-format-dircategory): Parse the arg and reinsert it by hand.

lisp/textmodes/texinfmt.el

index 0ecaa91a7c5facaf334751a41b203f4c80a68ce7..9976824403be6f3317dff2b837cad009dea910b2 100644 (file)
@@ -2382,17 +2382,17 @@ If used within a line, follow `@bullet' with braces."
 (put 'direntry 'texinfo-end 'texinfo-end-direntry)
 (defun texinfo-end-direntry ()
   (texinfo-discard-command)
-  (insert "END-INFO-DIR-ENTRY\n")
+  (insert "END-INFO-DIR-ENTRY\n\n")
   (texinfo-pop-stack 'direntry))
 
 (put 'dircategory 'texinfo-format 'texinfo-format-dircategory)
 (defun texinfo-format-dircategory ()
-  (texinfo-discard-command)
-  (delete-region (point)
-                 (progn
-                  (skip-chars-forward " ")
-                  (point)))
-  (insert "INFO-DIR-SECTION "))
+  (let ((str (texinfo-parse-arg-discard)))
+    (delete-region (point)
+                  (progn
+                    (skip-chars-forward " ")
+                    (point)))
+    (insert "INFO-DIR-SECTION " str "\n")))
 \f
 ;;; @cartouche 
 
@@ -3964,7 +3964,6 @@ the @ifeq command."
 (put 'shorttitlepage 'texinfo-format 'texinfo-discard-line-with-args)
 (put 'summarycontents 'texinfo-format 'texinfo-discard-line-with-args)
 (put 'input 'texinfo-format 'texinfo-discard-line-with-args)
-(put 'dircategory 'texinfo-format 'texinfo-discard-line-with-args)
 
 \f
 ;;; Some commands cannot be handled