blob: ff4bd86df9ae0104e8255909599383c9c8799ea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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")
|