1
Fork 0
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:
Gerd Moellmann 1999-11-04 20:30:05 +00:00
parent e5619f6b11
commit 8bf64fe8ef

View file

@ -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);