I need to replace the top killed string to another one. I can (yank) it and then (kill-region …), but after that, there will be two strings: the old one, and my new.
How to remove the old entry completely from the kill-ring?
I need to replace the top killed string to another one. I can (yank)
Share
It can be as simple as