]> code.delx.au - gnu-emacs-elpa/commitdiff
Update readme.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 9 Feb 2015 00:38:59 +0000 (16:38 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 9 Feb 2015 00:38:59 +0000 (16:38 -0800)
README.md

index 2c859c4aaba603770133dd6e8edc1aa9934f9435..ff305c1533e6f19b4c1dc0c3b99a808fcda159c5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -112,14 +112,14 @@ You can define your own theme colors too:
            "#DCA3A3"))
 ```
 
-See `C-h f context-coloring-define-theme` for more info.
+See `C-h f context-coloring-define-theme` for more info on theme parameters.
 
 ## Extending
 
 To add support for a new language, write a "scopifier" for it, and define a new
 coloring dispatch strategy with `context-coloring-define-dispatch`. Then the
-plugin should handle the rest. See `C-h f context-coloring-define-dispatch` for
-more info.
+plugin should handle the rest. (See `C-h f context-coloring-define-dispatch` for
+more info on dispatch strategies.)
 
 A "scopifier" is a CLI program that reads a buffer's contents from stdin and
 writes a JSON array of numbers to stdout. Every three numbers in the array