changeset 53843:86085872de07

* positions.texi (Text Lines): Added missing end defun.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 07 Feb 2004 12:50:00 +0000
parents 3509bc91f7c8
children 0093eae529e8
files lispref/ChangeLog lispref/positions.texi
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Sat Feb 07 01:03:03 2004 +0000
+++ b/lispref/ChangeLog	Sat Feb 07 12:50:00 2004 +0000
@@ -1,3 +1,7 @@
+2004-02-07  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* positions.texi (Text Lines): Added missing end defun.
+
 2004-02-07  Kim F. Storm  <storm@cua.dk>
 
 	* positions.texi (Text Lines): Add line-number-at-pos.
--- a/lispref/positions.texi	Sat Feb 07 01:03:03 2004 +0000
+++ b/lispref/positions.texi	Sat Feb 07 12:50:00 2004 +0000
@@ -414,6 +414,7 @@
 This function returns the line number in the current buffer
 corresponding the buffer position @var{pos}.  If @var{pos} is nil or
 omitted, the current buffer position is used.
+@end defun
 
 @ignore
 @c ================