branch: externals/setup
commit 8db84521b2d7d91cc43fec39b86b766fbdab3a6e
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Upcase outline headers
---
setup.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.el b/setup.el
index d46fe30..dbc4077 100644
--- a/setup.el
+++ b/setup.el
@@ -232,7 +232,7 @@ If not given, it is assumed nothing is evaluated."
#'setup-xref-def-function)
-;;; common utility functions for keywords
+;;; Common utility functions for keywords
(defun setup-get (opt)
"Retrieve the context-sensitive value for OPT.
@@ -301,7 +301,7 @@ and VAL into one s-expression."
((error "Invalid option %S" name))))
-;;; definitions of `setup' keywords
+;;; Definitions of `setup' keywords
(setup-define :with-feature
(lambda (features &rest body)