summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-02-05 21:50:49 +0200
committerEli Zaretskii <eliz@gnu.org>2017-02-05 21:50:49 +0200
commita541c21e864112267126b1388d4d8553ec294b00 (patch)
tree3ed22d6018b6e8532d2a4ca6cd4037116ab0afbd /doc
parent5e921112680f96d3ed94faf7dcf257e07f92d74b (diff)
downloademacs-a541c21e864112267126b1388d4d8553ec294b00.tar.gz
Clarify documentation of 'bufferpos-to-filepos' and 'filepos-to-bufferpos'
* doc/lispref/nonascii.texi (Text Representations): Clarify that 'exact' value of QUALITY argument to 'bufferpos-to-filepos' and 'filepos-to-bufferpos' can lead to expensive and slow processing. * lisp/international/mule-util.el (filepos-to-bufferpos) (bufferpos-to-filepos): Doc fix. (Bug#25626)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/nonascii.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index e3cb5d0d369..2c3e6ef2c60 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -142,7 +142,7 @@ be one of the following:
@table @code
@item exact
The result must be accurate. The function may need to encode and
-decode a large part of the buffer.
+decode a large part of the buffer, which is expensive and can be slow.
@item approximate
The value can be an approximation. The function may avoid expensive
processing and return an inexact result.