From: Simon Josefsson Date: Sat, 25 May 2002 23:16:00 +0000 (+0000) Subject: Fix :type of `fringe-mode' for last modification. X-Git-Tag: ttn-vms-21-2-B4~14874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=255866b7ec7d31012e92fcbd3577c97c3858aa8f;p=emacs.git Fix :type of `fringe-mode' for last modification. --- 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'" (const :tag "Only right" (0 . nil)) (const :tag "Only left" (nil . 0)) (const :tag "Half width" (5 . 5)) + (const :tag "Minimal" (1 . 1)) (integer :tag "Specific width") (cons :tag "Different left/right sizes" (integer :tag "Left width")