summaryrefslogtreecommitdiff
path: root/lisp/msb.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/msb.el')
-rw-r--r--lisp/msb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/msb.el b/lisp/msb.el
index 6e1d03ac277..616799f067b 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -299,7 +299,7 @@ If the value is not a number, then the value 10 is used."
(defcustom msb-display-most-recently-used 15
"How many buffers should be in the most-recently-used menu.
No buffers at all if less than 1 or nil (or any non-number)."
- :type 'integer
+ :type 'natnum
:set #'msb-custom-set)
(defcustom msb-most-recently-used-title "Most recently used (%d)"