aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-02-07 01:03:03 +0000
committerKim F. Storm <[email protected]>2004-02-07 01:03:03 +0000
commit4372d886634bc730b6ce69f4686e17b98b295016 (patch)
tree714170fc24e1266e40a30add56f49df5e0987d05 /etc
parent3faa99ca177e6b31d5d0a9037b3b7cde39ce2e3a (diff)
Add line-number-at-pos.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f2d912d293..51088494f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1802,6 +1802,11 @@ configuration files.
* Lisp Changes in Emacs 21.4
++++
+** New function `line-number-at-pos' returns line number of current
+line in current buffer, or if optional buffer position is given, line
+number of corresponding line in current buffer.
+
** The default value of `sentence-end' is now defined using the new
variable `sentence-end-without-space' which contains such characters
that end a sentence without following spaces.