commit b6745b82719c8f4d24d48d0ec98f8f2132f1ad6d
parent 1870335157c1ba2f817dcd47c9c5e651e13c6b9b
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon, 31 Aug 2015 17:17:47 +0300
Fix a docstring
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -55,7 +55,7 @@ Also affects `linum-mode' background."
:group 'solarized)
(defcustom solarized-distinct-doc-face nil
- "Make font-lock-doc-face stand out more.
+ "Make `font-lock-doc-face' stand out more.
Related discussion: https://github.com/bbatsov/solarized-emacs/issues/158"
:type 'boolean
:group 'solarized)