summaryrefslogtreecommitdiff
path: root/lisp/forms.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-18 08:54:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-03-18 08:55:26 -0700
commited909c049e845a22a7beb626ac98f139388005fa (patch)
tree31e5266165bbd5b9b19d770f013cdc01323a0881 /lisp/forms.el
parent6da3a6dc9e3e9ac3d7bb666410926ebc4a078505 (diff)
downloademacs-ed909c049e845a22a7beb626ac98f139388005fa.tar.gz
; Spelling fixes
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 c0b48fd3b63..b068352e6eb 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -593,7 +593,7 @@ Commands: Equivalent keys in read-only mode:
;; set-visited-file-name from calling set-auto-mode, which
;; might kill all local variables and set forms-file nil,
;; which will then barf in find-file-noselect below. This can
- ;; hapen when the user sets the default major mode that is
+ ;; happen when the user sets the default major mode that is
;; different from the Fundamental mode.
(let (change-major-mode-with-file-name)
(set-visited-file-name nil))