From 0d9b8338580ba6ca3537528f74eb16fd8986d026 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 8 Dec 2013 03:07:21 +0100 Subject: Improve Comments, a little --- persistent-outline.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf