aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index bd962d21491..9ac63aea874 100644
--- a/src/search.c
+++ b/src/search.c
@@ -115,7 +115,6 @@ DEFUN ("looking-at", Flooking_at, Slooking_at, 1, 1, 0,
115This function modifies the match data that `match-beginning',\n\ 115This function modifies the match data that `match-beginning',\n\
116`match-end' and `match-data' access; save and restore the match\n\ 116`match-end' and `match-data' access; save and restore the match\n\
117data if you want to preserve them.") 117data if you want to preserve them.")
118 "Return t if text after point matches regular expression PAT.")
119 (string) 118 (string)
120 Lisp_Object string; 119 Lisp_Object string;
121{ 120{