1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1992-05-10 21:52:58 +00:00
parent e065a56e2d
commit 0d5483696f

View File

@ -115,7 +115,6 @@ DEFUN ("looking-at", Flooking_at, Slooking_at, 1, 1, 0,
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;
{