| Did you know ... | Search Documentation: |
| editor->delete |
->delete, editor->grab
and editor->kill
operate on characters in the range [from, to) (i.e. to
minus from characters). If to <
from, the arguments are first swapped. The commands may or
may not delete the range and may or may not add the deleted text to the
kill-buffer @text_kill_ring:
editor ->deleteJust deletes the text editor ->killeditor ->delete and add the deleted text to the kill ringeditor ->grabAdd the text to the kill-ring without deleting it.
See also @text_kill_ring and editor->yank.