Mercurial > emacs
changeset 19016:8f73ca5bbaeb
(prefer-coding-system): Fix doc, prompt.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Jul 1997 05:26:38 +0000 |
parents | 533ccefb099d |
children | 8666fad79dd0 |
files | lisp/international/mule-util.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-util.el Mon Jul 28 04:55:45 1997 +0000 +++ b/lisp/international/mule-util.el Mon Jul 28 05:26:38 1997 +0000 @@ -320,7 +320,8 @@ ;;;###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))