aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 09:36:08 +0000
committerAndreas Schwab1998-06-24 09:36:08 +0000
commitc992338c7273e9a5728469dc98c4a0cbaa6c2dfb (patch)
treebd0183a4f9f89e140d66b93eb8825da2460ee9b6
parented737bf113bfbabe8226e34de898a1b6f788c46e (diff)
downloademacs-c992338c7273e9a5728469dc98c4a0cbaa6c2dfb.tar.gz
emacs-c992338c7273e9a5728469dc98c4a0cbaa6c2dfb.zip
(custom-magic-show): Use `other' widget type.
-rw-r--r--lisp/cus-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 0007ecefbd7..c975fd9525b 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1474,8 +1474,8 @@ The list should be sorted most significant first.")
1474 "If non-nil, show textual description of the state. 1474 "If non-nil, show textual description of the state.
1475If `long', show a full-line description, not just one word." 1475If `long', show a full-line description, not just one word."
1476 :type '(choice (const :tag "no" nil) 1476 :type '(choice (const :tag "no" nil)
1477 (const short) 1477 (const long)
1478 (const long)) 1478 (other :tag "short" short))
1479 :group 'custom-buffer) 1479 :group 'custom-buffer)
1480 1480
1481(defcustom custom-magic-show-hidden '(option face) 1481(defcustom custom-magic-show-hidden '(option face)