# HG changeset patch # User Jan Dj¸«£rv # Date 1076158200 0 # Node ID 86085872de079858ed7fe624088a7179e940b181 # Parent 3509bc91f7c8877cda53a4cd28957109c5032e44 * positions.texi (Text Lines): Added missing end defun. diff -r 3509bc91f7c8 -r 86085872de07 lispref/ChangeLog --- 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 + + * positions.texi (Text Lines): Added missing end defun. + 2004-02-07 Kim F. Storm * positions.texi (Text Lines): Add line-number-at-pos. diff -r 3509bc91f7c8 -r 86085872de07 lispref/positions.texi --- 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 ================