# HG changeset patch # User Richard M. Stallman # Date 705308133 0 # Node ID 197f38dd01058695d7c5321798499c9ab2937be0 # Parent 52d0ff65926590d06e4267646e47bb0f42ae5912 *** empty log message *** diff -r 52d0ff659265 -r 197f38dd0105 src/search.c --- 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; {