]> git.donarmstrong.com Git - org-ref.git/commitdiff
spacing and punctuation in doc strings.
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Feb 2015 02:49:31 +0000 (21:49 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 3 Feb 2015 02:49:31 +0000 (21:49 -0500)
org-ref.org

index a2324c455c9386170cc63f10a32a81ea16fa0573..b18d442f494cd8ce342c99dc41287352c97fc823 100644 (file)
@@ -437,15 +437,18 @@ label:test
 
 (defface org-ref-cite-face
   `((t (:inherit org-link :foreground ,org-ref-cite-color)))
 
 (defface org-ref-cite-face
   `((t (:inherit org-link :foreground ,org-ref-cite-color)))
-  "Color for cite links")
+  "Color for cite-like links in org-ref.")
+
 
 (defface org-ref-label-face
   `((t (:inherit org-link :foreground ,org-ref-label-color)))
 
 (defface org-ref-label-face
   `((t (:inherit org-link :foreground ,org-ref-label-color)))
-  "Color for cite links")
+  "Color for ref links in org-ref.")
+
 
 (defface org-ref-ref-face
   `((t (:inherit org-link :foreground ,org-ref-ref-color)))
 
 (defface org-ref-ref-face
   `((t (:inherit org-link :foreground ,org-ref-ref-color)))
-  "Color for cite links")
+  "Face for ref links in org-ref.")
+
 
 (when org-ref-colorize-links
   (highlight-regexp org-ref-cite-re 'org-ref-cite-face)
 
 (when org-ref-colorize-links
   (highlight-regexp org-ref-cite-re 'org-ref-cite-face)