summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-08 03:07:21 +0100
committerGravatar Tom Willemse2013-12-08 03:07:21 +0100
commit0d9b8338580ba6ca3537528f74eb16fd8986d026 (patch)
tree4fcb9a83863361b4f306a605b705dc274f01dc32
parent65ec668118e75bcf576a22e2c484a94c3b0599ef (diff)
downloadpersistent-outline-0d9b8338580ba6ca3537528f74eb16fd8986d026.tar.gz
persistent-outline-0d9b8338580ba6ca3537528f74eb16fd8986d026.zip
Improve Comments, a little
-rw-r--r--persistent-outline.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/persistent-outline.el b/persistent-outline.el
index bcee9e6..9e5d052 100644
--- a/persistent-outline.el
+++ b/persistent-outline.el
@@ -20,7 +20,11 @@
;;; Commentary:
-;; Save outline visibility between sessions.
+;; Save outline visibility between sessions. Currently this module
+;; supports saving to a file-local variable and a dedicated file. It
+;; is intended to use the dedicated file, but supporting multiple
+;; storage back-ends seemed like a fun hack and not all that hard to
+;; do.
;;; Code: