diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2005-02-28 15:06:13 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2005-02-28 15:06:13 +0000 |
commit | 470ba11f432a3e448f98c67946085c90a1edc6f8 (patch) | |
tree | 39b991d2b1d264ad978bb58bcbb28b1c3cd76c65 /lisp/textmodes/texinfmt.el | |
parent | cf9a1b693fe26df8fedea0345270b812dbcbd6d3 (diff) | |
download | emacs-470ba11f432a3e448f98c67946085c90a1edc6f8.tar.gz |
(texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.
Diffstat (limited to 'lisp/textmodes/texinfmt.el')
-rw-r--r-- | lisp/textmodes/texinfmt.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 470f4d4a1bd..c21eae6ecc7 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -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\\|" |