summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 564b3dc..f62710e 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -69,7 +69,7 @@
(if (not (file-directory-p gnosis-dir))
(gnosis-db-init)
(emacsql-sqlite (concat (file-name-as-directory gnosis-dir) "gnosis.db")))
- "Gnosis database file. WARNING: Do not change this value!")
+ "Gnosis database file.")
(defvar gnosis-testing nil
"When t, warn user he is in a testing environment.")