summaryrefslogtreecommitdiff
path: root/lispref/positions.texi
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-02-07 12:50:00 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-02-07 12:50:00 +0000
commit1cb60b5a354ca2e11a3e1434d1ff8f07f61f2969 (patch)
treee1c5959d702067159fb9f9dd27da96cd5ba6e0ed /lispref/positions.texi
parent4372d886634bc730b6ce69f4686e17b98b295016 (diff)
downloademacs-1cb60b5a354ca2e11a3e1434d1ff8f07f61f2969.tar.gz
* positions.texi (Text Lines): Added missing end defun.
Diffstat (limited to 'lispref/positions.texi')
-rw-r--r--lispref/positions.texi1
1 files changed, 1 insertions, 0 deletions
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 ================