summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/positions.texi1
2 files changed, 5 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a1f2c69a814..62673f78537 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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.
diff --git a/lispref/positions.texi b/lispref/positions.texi
index a0e151a1616..1dee0398050 100644
--- a/lispref/positions.texi
+++ b/lispref/positions.texi
@@ -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 ================