diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-17 21:45:16 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-17 21:45:16 -0500 |
commit | f33f8827b88abe5a0cee8a1ddb50222d4d706338 (patch) | |
tree | 89a8b2e6067c85ab103aa75d1f95d9614beca032 | |
parent | e32756fcfa26f1e0bc215fecdb1e5b1f6b8604b6 (diff) | |
download | bog-f33f8827b88abe5a0cee8a1ddb50222d4d706338.tar.gz |
Clean up some spaces
-rw-r--r-- | bog.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |