aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-04-06 19:53:10 +0000
committerRichard M. Stallman1999-04-06 19:53:10 +0000
commit509064c5dd142ddaa4d280c516ae06aa38253662 (patch)
tree4a8c1bbf3345909917484b4971c81bc2c0727999
parent684c38fcce6a68fe0e93a9345871ed153ce749ab (diff)
downloademacs-509064c5dd142ddaa4d280c516ae06aa38253662.tar.gz
emacs-509064c5dd142ddaa4d280c516ae06aa38253662.zip
(find-new-buffer-file-coding-system): Doc fix.
-rw-r--r--lisp/international/mule.el2
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.
1045The local variable `buffer-file-coding-system' of the current buffer 1045The local variable `buffer-file-coding-system' of the current buffer
1046is set to the returned value. 1046is set to the returned value.
1047Return nil if there's no need of setting new buffer-file-coding-system." 1047Return 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)