]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
authorRobert J. Chassell <bob@rattlesnake.com>
Mon, 28 Feb 2005 15:06:13 +0000 (15:06 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Mon, 28 Feb 2005 15:06:13 +0000 (15:06 +0000)
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.

lisp/textmodes/texinfmt.el

index 470f4d4a1bd15f594e556aa030ad234a268c568f..c21eae6ecc7506ddcb0f20fd76927f4f3c9cb21f 100644 (file)
@@ -486,7 +486,8 @@ if large.  You can use Info-split to do this manually."
    ;;     I don't know if this causes other problems.
    ;;     I suspect itemized lists don't get filled properly and a
    ;;     more precise fix is required.  Bob
-   "itemize\\|"
+   ;; commented out on 2005 Feb 28 by Bob
+   ;; "itemize\\|"
    "direntry\\|"
    "lisp\\|"
    "smalllisp\\|"