diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-07-08 22:50:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-07-08 22:50:50 +0000 |
commit | 2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982 (patch) | |
tree | ccdf7176900d7e7160ac086e5abcf5627e593378 /lisp/fringe.el | |
parent | 82a726b4eea413c3cb05f4657eaea92818461282 (diff) | |
download | emacs-2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982.tar.gz emacs-2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982.tar.bz2 emacs-2fa4cfa64be23b1c036e75df0ba2daa9a1ad7982.zip |
(fringe-mode): Doc fix.
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r-- | lisp/fringe.el | 2 |
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 it take real effect. Setting the variable with a customization buffer also takes effect. If you only want to modify the appearance of the fringe in one frame, -you can use the interactive function `toggle-fringe'" +you can use the interactive function `set-fringe-style'" :type '(choice (const :tag "Default width" nil) (const :tag "No fringes" 0) (const :tag "Only right" (0 . nil)) |