This feels very much like a problem that should have already been discussed somewhere, and I am probably only too stupid to find it :(
I have defined myself a function \jf{}
and want to delete all of it in the whole buffer at once. For example:
bla bla bla \jf{colourful text} bla bla bla bla bla \jf{more colourful text} bla bla
bla bla \jf{colour is great} bla bla bla bla bla \jf{so great} bla bla
Should become this by some shortcut:
bla bla bla colourful text bla bla bla bla bla more colourful text bla bla bla
bla bla colour is great bla bla bla bla bla so great text bla bla bla
Is there a way in AUCTeX to do so? Thanks for you help.