Mercurial > hg > xemacs-beta
comparison lisp/coding.el @ 4553:75654496fa0e
Correct a docstring
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 03 May 2008 13:08:54 +0200 |
parents | 6812571bfcb9 |
children | 20c32e489235 |
comparison
equal
deleted
inserted
replaced
4552:9c1cfceab252 | 4553:75654496fa0e |
---|---|
396 if some character in the region cannot be encoded, and defaults to nil. | 396 if some character in the region cannot be encoded, and defaults to nil. |
397 | 397 |
398 Optional argument HIGHLIGHT says to display unencodable characters in the | 398 Optional argument HIGHLIGHT says to display unencodable characters in the |
399 region using `query-coding-warning-face'. It defaults to nil. | 399 region using `query-coding-warning-face'. It defaults to nil. |
400 | 400 |
401 This function returns a list; the intention is that callers use use | 401 This function returns a list; the intention is that callers use |
402 `multiple-value-bind' or the related CL multiple value functions to deal | 402 `multiple-value-bind' or the related CL multiple value functions to deal |
403 with it. The first element is `t' if the string can be encoded using | 403 with it. The first element is `t' if the string can be encoded using |
404 CODING-SYSTEM, or `nil' if not. The second element is `nil' if the string | 404 CODING-SYSTEM, or `nil' if not. The second element is `nil' if the string |
405 can be encoded using CODING-SYSTEM; otherwise, it is a range table | 405 can be encoded using CODING-SYSTEM; otherwise, it is a range table |
406 describing the positions of the unencodable characters. See | 406 describing the positions of the unencodable characters. See |