How do I uncomment multiple lines in Emacs?
How do I uncomment multiple lines in Emacs? 4 Answers. In emacs, you can use M-x comment-region and M-x uncomment-region . Also, you can use M-; to toggle the commentedness of the current region, but only if the region is active. How do you add a comment in Emacs? The Read more…