--- ./docs/doc2texi.el.orig 2017-05-18 11:30:19.000000000 -0500 +++ ./docs/doc2texi.el 2017-09-30 13:21:17.213250046 -0500 @@ -760,7 +760,7 @@ (while (re-search-forward "^#end" (point-max) "to_end") (replace-match "@end itemize" t)) (goto-char (point-min)) - (while (re-search-forward "^#b" (point-max) "to_end") + (while (re-search-forward "^#b " (point-max) "to_end") (replace-match "@item\n" t)) (goto-char (point-min)) (while (re-search-forward "^##" (point-max) "to_end")