From: Richard M. Stallman Date: Tue, 6 Apr 1999 19:53:10 +0000 (+0000) Subject: (find-new-buffer-file-coding-system): Doc fix. X-Git-Tag: emacs-20.4~374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=509064c5dd142ddaa4d280c516ae06aa38253662;p=emacs.git (find-new-buffer-file-coding-system): Doc fix. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index c1b4b12b159..dc8a2fa55ef 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1044,7 +1044,7 @@ function by default." "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)