emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/autothemer 5c878d088a: Cleanup docstring


From: ELPA Syncer
Subject: [nongnu] elpa/autothemer 5c878d088a: Cleanup docstring
Date: Sun, 4 Sep 2022 23:58:20 -0400 (EDT)

branch: elpa/autothemer
commit 5c878d088a39c1ba8d45d38ade4d8c5a5d8c65e4
Author: Jason Milkins <jasonm23@gmail.com>
Commit: Jason Milkins <jasonm23@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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]