aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorStefan Kangas2024-02-04 09:48:04 +0100
committerStefan Kangas2024-02-04 11:06:50 +0100
commitfc8b09484a2fbe182a0351c47afc3bf71f3b2a1b (patch)
treec9c0a3309dfba3757cb72ac2742ff74bc35ae7b3 /lisp/forms.el
parentdd81e767b7782c275af4221fe258fa3d2948724a (diff)
downloademacs-fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b.tar.gz
emacs-fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b.zip
; Fix typos
Diffstat (limited to 'lisp/forms.el')
-rw-r--r--lisp/forms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/forms.el b/lisp/forms.el
index 009667af273..3a3160a0c8b 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -343,7 +343,7 @@ suitable for forms processing.")
343 343
344(defvar forms-write-file-filter nil 344(defvar forms-write-file-filter nil
345 "The name of a function that is called before writing the data file. 345 "The name of a function that is called before writing the data file.
346This can be used to undo the effects of `form-read-file-filter'.") 346This can be used to undo the effects of `forms-read-file-filter'.")
347 347
348(defvar forms-new-record-filter nil 348(defvar forms-new-record-filter nil
349 "The name of a function that is called when a new record is created.") 349 "The name of a function that is called when a new record is created.")