]> git.eshelyaron.com Git - emacs.git/commit
Document yank behavior in the right place
authorKarl Fogel <kfogel@red-bean.com>
Mon, 3 Oct 2016 00:47:27 +0000 (19:47 -0500)
committerKarl Fogel <kfogel@red-bean.com>
Mon, 3 Oct 2016 19:13:43 +0000 (14:13 -0500)
commite1b2918c7cdecdde093390adc2fa26713554da02
treee2c1ad4b7f6ec1bcbf74ff553fcf4455a5ac6c31
parent74b4f13842f3119f98797ea76d9be42457b330e1
Document yank behavior in the right place

* lisp/simple.el (yank): Document the handling of the
`yank-handled-properties' and `yank-excluded-properties' variables,
and the `yank-handler' text property.
(yank-pop): Refer to `yank' now (bug#286)

* lisp/subr.el (insert-for-yank): Refer to `yank' now.
(insert-for-yank-1): Refer to `insert-for-yank' now.

See this thread for discussion:

  https://lists.gnu.org/archive/html/emacs-devel/2016-09/threads.html#00329
  From: Karl Fogel
  To: Emacs Devel
  Subject: Question about intended behavior of 'insert-for-yank-1'.
  Date: Mon, 12 Sep 2016 00:17:14 -0500
  Message-ID: <874m5lr92d.fsf@red-bean.com>
lisp/simple.el
lisp/subr.el