diff options
author | Simon Josefsson <jas@extundo.com> | 2002-05-25 23:16:00 +0000 |
---|---|---|
committer | Simon Josefsson <jas@extundo.com> | 2002-05-25 23:16:00 +0000 |
commit | 255866b7ec7d31012e92fcbd3577c97c3858aa8f (patch) | |
tree | cb8d802a246a79b4d124f0dbfa97fbb9f4b809d5 /lisp/fringe.el | |
parent | 19c8fe7542695ff68462a2412f5ebb0bdd4f8342 (diff) | |
download | emacs-255866b7ec7d31012e92fcbd3577c97c3858aa8f.tar.gz |
Fix :type of `fringe-mode' for last modification.
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r-- | lisp/fringe.el | 1 |
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'" (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") |