Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fe99283d
Commit
fe99283d
authored
May 08, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
cecf0f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/search.c
src/search.c
+5
-1
No files found.
src/search.c
View file @
fe99283d
...
...
@@ -111,7 +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."
)
"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;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment