summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-23 13:59:36 +0200
committerThanos Apollo <[email protected]>2023-12-23 13:59:36 +0200
commitab5226d2345403ea1b8df4b462f2657f5097b6e0 (patch)
tree0f384ead5ceb93a7008cadabf840719898656316 /gnosis.el
parenta2536f6851e721b893a14f9b1b70f76a119f4950 (diff)
gnosis-update: Update docstrings
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 8d91c21..c3bad78 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -63,7 +63,7 @@
(cl-defun gnosis-update (table value where)
"Update records in TABLE with to new VALUE based on the given WHERE condition.
Example:
- (gnosis-update 'notes '(= main \"NEW VALUE\") '(= id 12))"
+ (gnosis-update `''notes `''(= main \"NEW VALUE\") `''(= id 12))"
(emacsql gnosis-db `[:update ,table :set ,value :where ,where]))
(cl-defun gnosis-get (value table &optional (restrictions '1=1))