solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit b756323131b4d7a5a2b810dc3d9d3cb711ef09d7
parent cc120cfc2f2a1f7ccf59ec9c7d5e2ccfcec84426
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed,  1 Jan 2014 15:53:22 +0100

fix docstring

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -50,7 +50,7 @@ The theme has to be reloaded after changing anything in this group." (defcustom solarized-distinct-fringe-background nil "Make the fringe background different from the normal background color. -Also affects linum-mode background." +Also affects `linum-mode' background." :type 'boolean :group 'solarized)