1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00: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)