diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-28 00:24:26 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-03-28 00:24:26 -0700 |
commit | 425df10c7bab7333905424e2012b1af7c7496026 (patch) | |
tree | ce6b8cd13bc855d6141c9bb18b1f269b6556c4c4 /lisp/forms.el | |
parent | b973155e956eec4de5128effca7cc749897c1a45 (diff) | |
download | emacs-425df10c7bab7333905424e2012b1af7c7496026.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/forms.el')
-rw-r--r-- | lisp/forms.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/forms.el b/lisp/forms.el index 85270380807..007d85caacf 100644 --- a/lisp/forms.el +++ b/lisp/forms.el @@ -581,7 +581,7 @@ Commands: Equivalent keys in read-only mode: (error (concat "Forms control file error: " "`forms-modified-record-filter' is not a function"))) - ;; The filters acces the contents of the forms using `forms-fields'. + ;; The filters access the contents of the forms using `forms-fields'. (make-local-variable 'forms-fields) ;; Dynamic text support. |