summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev/examples.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev/examples.el b/dev/examples.el
index e2b2a78..b794e14 100644
--- a/dev/examples.el
+++ b/dev/examples.el
@@ -109,12 +109,7 @@
(s-prepend "abc" "def") => "abcdef")
(defexamples s-append
- (s-append "abc" "def") => "defabc")
-
- (defexamples s-wrap
- (s-wrap "[" "]" "foobar") => "[foobar]"
- (s-wrap "(" "" "foobar") => "(foobar"
- (s-wrap "" ")" "foobar") => "foobar)"))
+ (s-append "abc" "def") => "defabc"))
(def-example-group "To and from lists"
(defexamples s-lines