aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/fringe.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el
index 71914bd95f3..0346341d536 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -150,7 +150,7 @@ To set this variable in a Lisp program, use `set-fringe-mode' to make
150it take real effect. 150it take real effect.
151Setting the variable with a customization buffer also takes effect. 151Setting the variable with a customization buffer also takes effect.
152If you only want to modify the appearance of the fringe in one frame, 152If you only want to modify the appearance of the fringe in one frame,
153you can use the interactive function `toggle-fringe'" 153you can use the interactive function `set-fringe-style'"
154 :type '(choice (const :tag "Default width" nil) 154 :type '(choice (const :tag "Default width" nil)
155 (const :tag "No fringes" 0) 155 (const :tag "No fringes" 0)
156 (const :tag "Only right" (0 . nil)) 156 (const :tag "Only right" (0 . nil))