aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-13 20:11:52 +0200
committerEli Zaretskii2016-01-13 20:11:52 +0200
commitc8eb45da88e05453e78440fedf09a143c832d5a0 (patch)
tree24ec884f2abe6a5992d8a7bb7ffd90fd7deab33b /etc
parentd3776e9f7c9e6ae3ac4c5afff0c33bff73665759 (diff)
downloademacs-c8eb45da88e05453e78440fedf09a143c832d5a0.tar.gz
emacs-c8eb45da88e05453e78440fedf09a143c832d5a0.zip
Document 'bufferpos-to-filepos' and 'filepos-to-bufferpos'
* doc/lispref/nonascii.texi (Text Representations): Document 'bufferpos-to-filepos' and 'filepos-to-bufferpos'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5a1adff0920..88d0604cedf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1340,7 +1340,10 @@ parsing functions like `forward-sexp'.
1340`prefix-command-preserve-state-hook' allow the definition of prefix 1340`prefix-command-preserve-state-hook' allow the definition of prefix
1341commands other than the predefined `C-u'. 1341commands other than the predefined `C-u'.
1342 1342
1343+++
1343** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'. 1344** New functions `filepos-to-bufferpos' and `bufferpos-to-filepos'.
1345These allow to convert between buffer positions and the corresponding
1346file byte offsets, given the file's encoding.
1344 1347
1345** The default value of `load-read-function' is now `read'. 1348** The default value of `load-read-function' is now `read'.
1346 1349