]> code.delx.au - gnu-emacs/commit
Improve documentation of kill commands
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Dec 2015 16:20:43 +0000 (18:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Dec 2015 16:20:43 +0000 (18:20 +0200)
commit86130adf1ef6ca8e8feabcc0fe966f84bf5d42dc
tree810bb3c9399a49a66c7be910fbec3660f54f85bc
parenteb85d55cea4c5a715c4381ab6aeee630183fa23e
Improve documentation of kill commands

* lisp/simple.el (region-extract-function, delete-backward-char)
(delete-forward-char, kill-region, copy-region-as-kill)
(kill-ring-save): Better document the optional argument REGION in
the doc strings.  Mention in the doc strings that text put in the
kill-ring can be filtered by 'filter-buffer-substring'.

* doc/lispref/text.texi (Kill Functions): Mention that functions
described in this subsection can filter text they put in the
kill-ring.  Add a cross-reference to "Buffer Contents" and an
index entry.  Document the optional argument 'region' and its
effect.
(Bug#21315)
doc/lispref/text.texi
lisp/simple.el