aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-16 16:27:49 +0800
committerXue Fuqiao2013-08-16 16:27:49 +0800
commit907699465f53525f28c3cbdc55cebcc421e0295c (patch)
tree0f42f61b43086afd513e6fa55f19a420bab23af6 /doc
parent7bef426b5fae3c0041a96cf1a3897e8b3486a673 (diff)
downloademacs-907699465f53525f28c3cbdc55cebcc421e0295c.tar.gz
emacs-907699465f53525f28c3cbdc55cebcc421e0295c.zip
Reverse previous change, because kill-{new, append} don't have obvious advantage.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index b97faf54752..3057b40066f 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -924,6 +924,7 @@ processes the text according to @code{yank-handled-properties} and
924text anyway.) 924text anyway.)
925@end defun 925@end defun
926 926
927@c FIXME: Add an index for yank-handler.
927 If you put a @code{yank-handler} text property on all or part of a 928 If you put a @code{yank-handler} text property on all or part of a
928string, that alters how @code{insert-for-yank} inserts the string. If 929string, that alters how @code{insert-for-yank} inserts the string. If
929different parts of the string have different @code{yank-handler} 930different parts of the string have different @code{yank-handler}