From 1d0ec0d176dbd3af505a5ea4adb023d1a66ac700 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 16 May 2006 03:35:46 +0000 Subject: [PATCH] Trivial typo. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5