aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-08 22:50:50 +0000
committerRichard M. Stallman2005-07-08 22:50:50 +0000
commit2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982 (patch)
treeccdf7176900d7e7160ac086e5abcf5627e593378
parent82a726b4eea413c3cb05f4657eaea92818461282 (diff)
downloademacs-2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982.tar.gz
emacs-2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982.zip
(fringe-mode): Doc fix.
-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))