# HG changeset patch # User Luc Teirlinck # Date 1054761221 0 # Node ID 5bcd833ec510d400d4a982d05f18d8d86ab5de1b # Parent e41b040a1cb858c8669245299d89cfdad3da581d (yank-excluded-properties): Expand documentation string. diff -r e41b040a1cb8 -r 5bcd833ec510 lisp/simple.el --- a/lisp/simple.el Wed Jun 04 21:10:29 2003 +0000 +++ b/lisp/simple.el Wed Jun 04 21:13:41 2003 +0000 @@ -2006,7 +2006,9 @@ (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")