diff options
| author | Richard M. Stallman | 1999-04-06 19:53:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-04-06 19:53:10 +0000 |
| commit | 509064c5dd142ddaa4d280c516ae06aa38253662 (patch) | |
| tree | 4a8c1bbf3345909917484b4971c81bc2c0727999 | |
| parent | 684c38fcce6a68fe0e93a9345871ed153ce749ab (diff) | |
| download | emacs-509064c5dd142ddaa4d280c516ae06aa38253662.tar.gz emacs-509064c5dd142ddaa4d280c516ae06aa38253662.zip | |
(find-new-buffer-file-coding-system): Doc fix.
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1044 | "Return a coding system for a buffer when a file of CODING is inserted. | 1044 | "Return a coding system for a buffer when a file of CODING is inserted. |
| 1045 | The local variable `buffer-file-coding-system' of the current buffer | 1045 | The local variable `buffer-file-coding-system' of the current buffer |
| 1046 | is set to the returned value. | 1046 | is set to the returned value. |
| 1047 | Return nil if there's no need of setting new buffer-file-coding-system." | 1047 | Return nil if there's no need to set `buffer-file-coding-system'." |
| 1048 | (let (local-coding local-eol | 1048 | (let (local-coding local-eol |
| 1049 | found-coding found-eol | 1049 | found-coding found-eol |
| 1050 | new-coding new-eol) | 1050 | new-coding new-eol) |