# HG changeset patch # User Richard M. Stallman # Date 923428390 0 # Node ID a95503af91124018dfba47f5986695656295bd4a # Parent baecd14c2bb29f2b75dfcc3127ca9c5ef86f12ff (find-new-buffer-file-coding-system): Doc fix. diff -r baecd14c2bb2 -r a95503af9112 lisp/international/mule.el --- 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)