summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-03-17 23:12:32 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-03-17 23:12:32 -0500
commit6443da4b91f59bb8d284c327c06d596758a4f71a (patch)
tree7ac3e23533f782432c65e6e6d26de4c25c253b1b
parent1f7cb7e58664f9401f3f424853556517ebc5d299 (diff)
Minor whitespace fixups
-rw-r--r--initsplit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/initsplit.el b/initsplit.el
index aea6002..e9e62a2 100644
--- a/initsplit.el
+++ b/initsplit.el
@@ -126,7 +126,7 @@ that cover only the actual changes."
;;; Helper Functions:
(defun initsplit-filter (list pred)
- "Return the subset of LIST that satisfies PRED"
+ "Return the subset of LIST that satisfies PRED"
(reduce (lambda (elt lst) (if (funcall pred elt) (cons elt lst) lst))
list :from-end t :initial-value nil))
@@ -227,7 +227,7 @@ of the filename as with `load-library'."
customization of a symbol whose name matches PATTERN. The
optional VISITED parameter is for internal use only and should
always be nil when this function is not called recursively."
- (find-if
+ (find-if
(lambda (option)
(let ((x (car option)))
(if (eq (cadr option) 'custom-group)