comparison lisp/fringe.el @ 45518:182c7dd36ef1

Fix :type of `fringe-mode' for last modification.
author Simon Josefsson <jas@extundo.com>
date Sat, 25 May 2002 23:16:00 +0000
parents 6b848a738ec6
children f48a8ed9d03a
comparison
equal deleted inserted replaced
45517:4d5df58cb5de 45518:182c7dd36ef1
95 :type '(choice (const :tag "Default width" nil) 95 :type '(choice (const :tag "Default width" nil)
96 (const :tag "No fringes" 0) 96 (const :tag "No fringes" 0)
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")
103 (integer :tag "Right width"))) 104 (integer :tag "Right width")))
104 :group 'frames 105 :group 'frames