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:
parent
684c38fcce
commit
509064c5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue