aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-05-10 21:52:58 +0000
committerJim Blandy1992-05-10 21:52:58 +0000
commit0d5483696f123206e88b224e05f0a1e22d7d367f (patch)
tree3f5325c1631e89e6acb6f4b8b2a8c63f0999fdf6 /src
parente065a56e2d6322cba165ceb5c1d46cc59c5a5148 (diff)
downloademacs-0d5483696f123206e88b224e05f0a1e22d7d367f.tar.gz
emacs-0d5483696f123206e88b224e05f0a1e22d7d367f.zip
*** empty log message ***
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{