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:
parent
684c38fcce
commit
509064c5dd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user