emacs-info-colors-add-more-syntax.patch 529 B

123456789101112
  1. --- a/info-colors.el 1970-01-01 03:00:01.000000000 +0300
  2. +++ b/info-colors.el 2018-02-07 20:25:59.187852988 +0300
  3. @@ -120,7 +120,7 @@
  4. (goto-char (point-min))
  5. (while (re-search-forward
  6. "^ --? \
  7. -\\(Command\\|Constant\\|Function\\|Macro\\|Special Form\\|Syntax class\\|User Option\\|Variable\\):\
  8. +\\(Command\\|Constant\\|C Function\\|Function\\|Scheme Procedure\\|Macro\\|Special Form\\|Syntax\\|Syntax class\\|User Option\\|Variable\\):\
  9. *\\(\\S-+\\)\
  10. \\(\\( .*\\)?\\([\n] \\{8\\}.*\\)*\\)"
  11. nil t)