From: Richard M. Stallman Date: Mon, 28 Jul 1997 05:26:38 +0000 (+0000) Subject: (prefer-coding-system): Fix doc, prompt. X-Git-Tag: emacs-20.1~930 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=375e0047f80ee036e95b9b2754bf83b65684fd22;p=emacs.git (prefer-coding-system): Fix doc, prompt. --- diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 28a9c916e4b..45b5c1330b0 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -320,7 +320,8 @@ or one is an alias of the other." ;;;###autoload (defun prefer-coding-system (coding-system) - (interactive "zPrefered coding system: ") + "Add CODING-SYSTEM at the front of the priority list for automatic detection." + (interactive "zPrefer coding system: ") (if (not (and coding-system (coding-system-p coding-system))) (error "Invalid coding system `%s'" coding-system)) (let ((coding-category (coding-system-category coding-system))