tildify-tildify

tildify-tildify is a compiled Lisp function in `tildify.el'.

(tildify-tildify BEG END ASK)

Add tilde characters in the region between BEG and END.
This function does not do any further checking except of for comments and
macros.

If ASK is nil, perform replace without asking user for confirmation.

Returns (count . response) cons where count is number of string
replacements done and response is one of symbols: t (all right), nil
(quit), force (replace without further questions).