From: John Kitchin Date: Tue, 3 Feb 2015 02:49:31 +0000 (-0500) Subject: spacing and punctuation in doc strings. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=dbf50b10a74fc7034de97c6e2a16fc43a6459a37 spacing and punctuation in doc strings. --- diff --git a/org-ref.org b/org-ref.org index a2324c4..b18d442 100644 --- a/org-ref.org +++ b/org-ref.org @@ -437,15 +437,18 @@ label:test (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))) - "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))) - "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)