]> 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 00:47:27 +0000 (19:47 -0500)
commit8cd975cebd588d5435fa2b333dba6c526e602933
treed6bf5b02f559ca2e75d443d45e4e7477aae20fe9
parent2dfa3301690d6da4e278e9e170b16ad385d4d09e
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