branch: elpa/autothemer commit 5c878d088a39c1ba8d45d38ade4d8c5a5d8c65e4 Author: Jason Milkins <jason...@gmail.com> Commit: Jason Milkins <jason...@gmail.com>
Cleanup docstring --- autothemer.el | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/autothemer.el b/autothemer.el index 2aa6480bf0..2b848cbbf1 100644 --- a/autothemer.el +++ b/autothemer.el @@ -315,18 +315,13 @@ Pad with nil if necessary." (defun autothemer--replace-nil-by-precursor(palette-row) "Replace nil colors in PALETTE-ROW with their precursor. -PALETTE-ROW is of the form `(name color [color ...])' - -Where the first `color' must be non nil. - -Any subsequent nil color will be replaced by the previous value. +PALETTE-ROW is of the form `(name color [color ...])' Where the +first `color' must be non nil. Any subsequent nil color will be +replaced by the previous value. For example: - (\"red-foo\" \"#FF0000\" nil) - Will become: - (\"red-foo\" \"#FF0000\" \"#FF0000\")" (cl-assert (car palette-row)) (let* ((color-name (car palette-row))