1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(find-new-buffer-file-coding-system): Doc fix.

This commit is contained in:
Richard M. Stallman 1999-04-06 19:53:10 +00:00
parent 684c38fcce
commit 509064c5dd

View file

@ -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)