summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-05-10 18:15:10 +0000
committerJim Blandy <jimb@redhat.com>1992-05-10 18:15:10 +0000
commitbb3957de24087c0de67e2ee5961780331bb616b6 (patch)
tree10c58e8672735be4817a52b64537fb16212c8281 /src/search.c
parent9c8d27372ede4d8763584d5c6b1645aef6f6c08f (diff)
downloademacs-bb3957de24087c0de67e2ee5961780331bb616b6.tar.gz
*** empty log message ***
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/search.c b/src/search.c
index 886f93f41c0..bd962d21491 100644
--- a/src/search.c
+++ b/src/search.c
@@ -111,11 +111,11 @@ signal_failure (arg)
}
DEFUN ("looking-at", Flooking_at, Slooking_at, 1, 1, 0,
- "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
+ "Return t if text after point matches regular expression PAT.\n\
+This function modifies the match data that `match-beginning',\n\
+`match-end' and `match-data' access; save and restore the match\n\
data if you want to preserve them.")
-")
+ "Return t if text after point matches regular expression PAT.")
(string)
Lisp_Object string;
{