changeset 20405:faf18d58a01b

(load-with-code-conversion): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Dec 1997 04:47:41 +0000
parents 7cce7f974c78
children 0f0a48a69b88
files lisp/international/mule.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu Dec 04 04:46:09 1997 +0000
+++ b/lisp/international/mule.el	Thu Dec 04 04:47:41 1997 +0000
@@ -31,8 +31,8 @@
 Distribution date of this version of MULE (multilingual environment).")
 
 (defun load-with-code-conversion (fullname file &optional noerror nomessage)
-  "Execute a file of Lisp code named FILE whose absolute path is FULLNAME.
-The FILE is decoded before evaluation if necessary.
+  "Execute a file of Lisp code named FILE whose absolute name is FULLNAME.
+The file contents are decoded before evaluation if necessary.
 If optional second arg NOERROR is non-nil,
  report no error if FILE doesn't exist.
 Print messages at start and end of loading unless
@@ -67,7 +67,7 @@
 	      (insert-file-contents fullname)
 	      ;; Make `kill-buffer' quiet.
 	      (set-buffer-modified-p nil))
-	    ;; Eval in the original buffer.
+	    ;; Have the original buffer current while we eval.
 	    (eval-buffer buffer nil file))
 	(let (kill-buffer-hook kill-buffer-query-functions)
 	  (kill-buffer buffer)))