diff lispref/searching.texi @ 26288:6119687f6888

Patch from rms.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 01 Nov 1999 15:52:18 +0000
parents 467b88fab665
children 626ae4bb4994
line wrap: on
line diff
--- a/lispref/searching.texi	Mon Nov 01 15:42:30 1999 +0000
+++ b/lispref/searching.texi	Mon Nov 01 15:52:18 1999 +0000
@@ -963,7 +963,7 @@
 This function is a synonym of @code{how-many}.
 @end deffn
 
-@deffn Command list-matching-lines regexp nlines
+@deffn Command list-matching-lines regexp &optional nlines
 This function is a synonym of @code{occur}.
 Show all lines following point containing a match for @var{regexp}.
 Display each line with @var{nlines} lines before and after,
@@ -1213,7 +1213,7 @@
 matching.
 @end defun
 
-@defun match-string-no-properties count
+@defun match-string-no-properties count &optional in-string
 This function is like @code{match-string} except that the result
 has no text properties.
 @end defun