aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/fringe.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el
index 5a4dce128c6..c7be27b061f 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -97,6 +97,7 @@ you can use the interactive function `toggle-fringe'"
97 (const :tag "Only right" (0 . nil)) 97 (const :tag "Only right" (0 . nil))
98 (const :tag "Only left" (nil . 0)) 98 (const :tag "Only left" (nil . 0))
99 (const :tag "Half width" (5 . 5)) 99 (const :tag "Half width" (5 . 5))
100 (const :tag "Minimal" (1 . 1))
100 (integer :tag "Specific width") 101 (integer :tag "Specific width")
101 (cons :tag "Different left/right sizes" 102 (cons :tag "Different left/right sizes"
102 (integer :tag "Left width") 103 (integer :tag "Left width")