summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-02-17 21:45:16 -0500
committerKyle Meyer <kyle@kyleam.com>2015-02-17 21:45:16 -0500
commitf33f8827b88abe5a0cee8a1ddb50222d4d706338 (patch)
tree89a8b2e6067c85ab103aa75d1f95d9614beca032
parente32756fcfa26f1e0bc215fecdb1e5b1f6b8604b6 (diff)
downloadbog-f33f8827b88abe5a0cee8a1ddb50222d4d706338.tar.gz
Clean up some spaces
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index 4f81278..226d3d0 100644
--- a/bog.el
+++ b/bog.el
@@ -183,7 +183,7 @@ It should contain the placeholder \"%s\" for the query."
:group 'bog
:type 'string)
-(defcustom bog-topic-heading-level 1
+(defcustom bog-topic-heading-level 1
"Consider headings at this level to be topic headings.
Topic headings for studies may be at any level, but
`bog-sort-topic-headings' and `bog-jump-to-topic-heading' use
@@ -191,7 +191,7 @@ this variable to determine what level to operate on."
:group 'bog
:type 'integer)
-(defcustom bog-refile-maxlevel bog-topic-heading-level
+(defcustom bog-refile-maxlevel bog-topic-heading-level
"Consider up to this level when refiling with `bog-refile'."
:group 'bog
:type 'integer)