aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson2002-05-25 23:16:00 +0000
committerSimon Josefsson2002-05-25 23:16:00 +0000
commit255866b7ec7d31012e92fcbd3577c97c3858aa8f (patch)
treecb8d802a246a79b4d124f0dbfa97fbb9f4b809d5
parent19c8fe7542695ff68462a2412f5ebb0bdd4f8342 (diff)
downloademacs-255866b7ec7d31012e92fcbd3577c97c3858aa8f.tar.gz
emacs-255866b7ec7d31012e92fcbd3577c97c3858aa8f.zip
Fix :type of `fringe-mode' for last modification.
-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")