Similarly, some basic operations on the region should mention the term
    "selection" as being synonymous with "region". `M-x apropos-documentation
    region', then search for `selection' finds nothing.

How about this?

*** simple.el   11 Mar 2006 19:19:15 -0500      1.794
--- simple.el   12 Mar 2006 19:57:42 -0500      
***************
*** 3196,3201 ****
--- 3196,3204 ----
  \\[universal-argument] \\[set-mark-command], unconditionally
  set mark where point is.
  
+ Setting the mark also creates a \"region\", which is the Emacs
+ equivalent of what is called a \"selection\" in some other editors.
+ 
  Novice Emacs Lisp programmers often try to use the mark for the wrong
  purposes.  See the documentation of `set-mark' for more information."
    (interactive "P")


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to