summaryrefslogtreecommitdiff
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-02-04 09:48:04 +0100
committerStefan Kangas <stefankangas@gmail.com>2024-02-04 11:06:50 +0100
commitfc8b09484a2fbe182a0351c47afc3bf71f3b2a1b (patch)
treec9c0a3309dfba3757cb72ac2742ff74bc35ae7b3 /lisp/forms.el
parentdd81e767b7782c275af4221fe258fa3d2948724a (diff)
; 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.")
(defvar forms-write-file-filter nil
"The name of a function that is called before writing the data file.
-This can be used to undo the effects of `form-read-file-filter'.")
+This can be used to undo the effects of `forms-read-file-filter'.")
(defvar forms-new-record-filter nil
"The name of a function that is called when a new record is created.")