efaq: Highlighting a region

 
 5.9 How can I highlight a region of text in Emacs?
 ==================================================
 
 You can cause the region to be highlighted when the mark is active by
 including
 
      (transient-mark-mode 1)
 
 in your ‘.emacs’ file.  Since Emacs 23.1, this feature is on by default.