mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
(Fdelete_field): Renamed from Ferase_field.
This commit is contained in:
parent
e5619f6b11
commit
8bf64fe8ef
1 changed files with 3 additions and 3 deletions
|
|
@ -434,8 +434,8 @@ find_field (pos, merge_at_boundary, beg, end)
|
|||
}
|
||||
}
|
||||
|
||||
DEFUN ("erase-field", Ferase_field, Serase_field, 0, 1, "d",
|
||||
"Erases the field surrounding POS.\n\
|
||||
DEFUN ("delete-field", Fdelete_field, Sdelete_field, 0, 1, "d",
|
||||
"Delete the field surrounding POS.\n\
|
||||
A field is a region of text with the same `field' property.\n\
|
||||
If POS is nil, the position of the current buffer's point is used.")
|
||||
(pos)
|
||||
|
|
@ -3725,7 +3725,7 @@ functions if all the text being accessed has this property.");
|
|||
defsubr (&Sfield_end);
|
||||
defsubr (&Sfield_string);
|
||||
defsubr (&Sfield_string_no_properties);
|
||||
defsubr (&Serase_field);
|
||||
defsubr (&Sdelete_field);
|
||||
defsubr (&Sconstrain_to_field);
|
||||
|
||||
defsubr (&Sline_beginning_position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue