summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-05-16 03:35:46 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-05-16 03:35:46 +0000
commit1d0ec0d176dbd3af505a5ea4adb023d1a66ac700 (patch)
tree9d5413faa01e6c2847419a2df28462cbf46b1728 /lisp/files.el
parent715488f12acd536376607262ee98b004691f6a08 (diff)
downloademacs-1d0ec0d176dbd3af505a5ea4adb023d1a66ac700.tar.gz
Trivial typo.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index e64464bdec4..bfb849ffd68 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -4104,7 +4104,7 @@ non-nil, it is called instead of rereading visited file contents."
(let ((inhibit-read-only t)
;; Keep the current buffer-file-coding-system.
(coding-system buffer-file-coding-system)
- ;; Auto-saved file shoule be read with special coding.
+ ;; Auto-saved file should be read with special coding.
(coding-system-for-read 'auto-save-coding))
(erase-buffer)
(insert-file-contents file-name nil)