Line
Link Here
|
0 |
-- gnuplot-4.6.2-orig/docs/doc2texi.el |
0 |
++ gnuplot-4.6.2/docs/doc2texi.el |
Lines 515-521
Link Here
|
515 |
(while (re-search-forward "^1[ \t]+\\(.+\\)$" nil t) |
515 |
(while (re-search-forward "^1[ \t]+\\(.+\\)$" nil t) |
516 |
(setq node (match-string 1) |
516 |
(setq node (match-string 1) |
517 |
marker (point-marker)) |
517 |
marker (point-marker)) |
518 |
(replace-match (concat "4 " node) nil nil)) |
518 |
(replace-match (concat "3 " node) nil nil)) |
519 |
(goto-char (point-min)) |
519 |
(goto-char (point-min)) |
520 |
(while (re-search-forward "^2" nil t) |
520 |
(while (re-search-forward "^2" nil t) |
521 |
(replace-match "5 " nil nil)) |
521 |
(replace-match "5 " nil nil)) |