# HG changeset patch # User Aidan Kehoe # Date 1209812934 -7200 # Node ID 75654496fa0e8f757e275d6fe1e64c995636d438 # Parent 9c1cfceab252316754e6e1e3ee74b1bf2d453443 Correct a docstring diff -r 9c1cfceab252 -r 75654496fa0e lisp/coding.el --- a/lisp/coding.el Thu Mar 13 10:24:34 2008 +0100 +++ b/lisp/coding.el Sat May 03 13:08:54 2008 +0200 @@ -398,7 +398,7 @@ Optional argument HIGHLIGHT says to display unencodable characters in the region using `query-coding-warning-face'. It defaults to nil. -This function returns a list; the intention is that callers use use +This function returns a list; the intention is that callers use `multiple-value-bind' or the related CL multiple value functions to deal with it. The first element is `t' if the string can be encoded using CODING-SYSTEM, or `nil' if not. The second element is `nil' if the string