emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc string for `yank' should mention "paste"


From: Richard Stallman
Subject: Re: doc string for `yank' should mention "paste"
Date: Sun, 12 Mar 2006 20:26:48 -0500

    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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]