changeset 635:197f38dd0105

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 May 1992 06:55:33 +0000
parents 52d0ff659265
children dce8cdbac0ea
files src/search.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Thu May 07 20:13:17 1992 +0000
+++ b/src/search.c	Fri May 08 06:55:33 1992 +0000
@@ -111,7 +111,11 @@
 }
 
 DEFUN ("looking-at", Flooking_at, Slooking_at, 1, 1, 0,
-  "Return t if text after point matches regular expression PAT.")
+  "Return t if text after point matches regular expression PAT.
+This function modifies the match data that `match-beginning',
+`match-end' and `match-data' access; save and restore the match
+data if you want to preserve them.")
+")
   (string)
      Lisp_Object string;
 {