Mercurial > emacs
changeset 24575:a95503af9112
(find-new-buffer-file-coding-system): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Apr 1999 19:53:10 +0000 |
parents | baecd14c2bb2 |
children | d11ae896247c |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Tue Apr 06 19:51:57 1999 +0000 +++ b/lisp/international/mule.el Tue Apr 06 19:53:10 1999 +0000 @@ -1044,7 +1044,7 @@ "Return a coding system for a buffer when a file of CODING is inserted. The local variable `buffer-file-coding-system' of the current buffer is set to the returned value. -Return nil if there's no need of setting new buffer-file-coding-system." +Return nil if there's no need to set `buffer-file-coding-system'." (let (local-coding local-eol found-coding found-eol new-coding new-eol)