From dbf50b10a74fc7034de97c6e2a16fc43a6459a37 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 2 Feb 2015 21:49:31 -0500 Subject: [PATCH] spacing and punctuation in doc strings. --- org-ref.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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) -- 2.39.2