]> code.delx.au - gnu-emacs/commitdiff
* positions.texi (Text Lines): Added missing end defun.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 7 Feb 2004 12:50:00 +0000 (12:50 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 7 Feb 2004 12:50:00 +0000 (12:50 +0000)
lispref/ChangeLog
lispref/positions.texi

index a1f2c69a814e1a0895ad9e024463fb84c40b8f43..62673f785370c31e31c2b79286536e9e13f6a006 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-07  Jan Dj\e,Ad\e(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.
index a0e151a1616f09db4dd7bfef0ea31218f8b38c9e..1dee0398050546b7ad9b21970af55b075a52d408 100644 (file)
@@ -414,6 +414,7 @@ Here is an example of using @code{count-lines}:
 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 ================