commit 68d0d5e1b589b842149ec7e55813816f5db3e691
parent 34e53e4e5ac513b9a0ace2e261f15d8efb59c022
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date: Sun, 14 Jul 2013 08:39:19 +0300
Add missing docstring
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -44,6 +44,10 @@
;;; Code:
(defun create-solarized-theme (variant theme-name &optional childtheme)
+ "Create a VARIANT of the theme named THEME-NAME.
+
+When optional argument CHILDTHEME function is supplied it's invoked to further
+customize the resulting theme."
(let* ((class '((class color) (min-colors 89)))
;; Solarized palette
(base03 "#002b36")