summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-17 03:30:13 +0200
committerThanos Apollo <[email protected]>2024-01-18 03:46:42 +0200
commit6502273b69381ce6664bed096f956191193bdd15 (patch)
tree02c2c6ea4a3d0b68afd4e597447514fc23a5a2ca
parentbaf0e4a9eb30a5929fcd18daad2e425edbbaa851 (diff)
gnosis-db: Remove warning from docstring
No need to warn user not to change the value of a defconst Change suggested by Nicholas Vollmer
-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.")