diff lispref/positions.texi @ 68084:9b969687ff7c

Fix typos.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Jan 2006 18:41:50 +0000
parents 51a739582477
children 067115a6e738 7beb78bc1f8e
line wrap: on
line diff
--- a/lispref/positions.texi	Sat Jan 07 18:23:44 2006 +0000
+++ b/lispref/positions.texi	Sat Jan 07 18:41:50 2006 +0000
@@ -417,7 +417,7 @@
 @defun line-number-at-pos &optional pos
 @cindex line number
 This function returns the line number in the current buffer
-corresponding the buffer position @var{pos}.  If @var{pos} is @code{nil}
+corresponding to the buffer position @var{pos}.  If @var{pos} is @code{nil}
 or omitted, the current buffer position is used.
 @end defun