From ab5226d2345403ea1b8df4b462f2657f5097b6e0 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 23 Dec 2023 13:59:36 +0200 Subject: gnosis-update: Update docstrings --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3