diff lispref/positions.texi @ 54777:5745bf089073

Markup fixes.
author Jesper Harder <harder@ifa.au.dk>
date Sun, 11 Apr 2004 00:14:53 +0000
parents 0bd7928bf5ac
children 17695367365d
line wrap: on
line diff
--- a/lispref/positions.texi	Sat Apr 10 21:41:06 2004 +0000
+++ b/lispref/positions.texi	Sun Apr 11 00:14:53 2004 +0000
@@ -411,8 +411,8 @@
 @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 nil or
-omitted, the current buffer position is used.
+corresponding the buffer position @var{pos}.  If @var{pos} is @code{nil}
+or omitted, the current buffer position is used.
 @end defun
 
 @ignore