mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 10:44:12 -08:00
*** empty log message ***
This commit is contained in:
parent
cecf0f21e1
commit
fe99283db4
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue