Mercurial > emacs
changeset 70671:2dba1b0f2902
Trivial typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 16 May 2006 03:35:46 +0000 |
parents | 0a8c36b82781 |
children | 06de67179ba1 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue May 16 00:10:43 2006 +0000 +++ b/lisp/files.el Tue May 16 03:35:46 2006 +0000 @@ -4104,7 +4104,7 @@ (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)