From c6ff5a4c80175b5ab06b425f423770c2cc7ca2a9 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 4 Jun 2003 21:13:41 +0000 Subject: [PATCH] (yank-excluded-properties): Expand documentation string. --- lisp/simple.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 6a382d8c550..3cabbae2d76 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2006,7 +2006,9 @@ The argument is used for internal purposes; do not supply one." (defcustom yank-excluded-properties '(read-only invisible intangible field mouse-face help-echo local-map keymap yank-handler) - "*Text properties to discard when yanking." + "*Text properties to discard when yanking. +The value should be a list of text properties to discard or t, +which means to discard all text properties." :type '(choice (const :tag "All" t) (repeat symbol)) :group 'editing :version "21.4") -- 2.39.2