changeset 51461:5bcd833ec510

(yank-excluded-properties): Expand documentation string.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 04 Jun 2003 21:13:41 +0000
parents e41b040a1cb8
children ba5edb1b9c8b
files lisp/simple.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")