emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e0da5d6: fringe-mode doc clarifications


From: Lars Ingebrigtsen
Subject: master e0da5d6: fringe-mode doc clarifications
Date: Thu, 3 Jun 2021 04:21:17 -0400 (EDT)

branch: master
commit e0da5d639e4e85afcaefdbe3b2ecb26279f8eff5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    fringe-mode doc clarifications
    
    * lisp/fringe.el (fringe-mode):
    (fringe-mode): Note that this variable and command have nothing to
    do with modes (bug#6931).
---
 lisp/fringe.el | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lisp/fringe.el b/lisp/fringe.el
index e2d7968..d73aae0 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -181,7 +181,11 @@ When setting this variable in a Lisp program, call
 `set-fringe-mode' afterward to make it take real effect.
 
 To modify the appearance of the fringe in a specific frame, use
-the interactive function `set-fringe-style'."
+the interactive function `set-fringe-style'.
+
+Note that, despite the name, this is not a variable that controls
+a (major or minor) Emacs mode, but controls the appearance of the
+fringes."
   :type `(choice
           ,@ (mapcar (lambda (style)
                       (let ((name
@@ -248,7 +252,10 @@ Fringe widths set by `set-window-fringes' override the 
default
 fringe widths set by this command.  This command applies to all
 frames that exist and frames to be created in the future.  If you
 want to set the default appearance of fringes on the selected
-frame only, see the command `set-fringe-style'."
+frame only, see the command `set-fringe-style'.
+
+Note that, despite the name, this is not a (major or minor) Emacs
+mode, but a command that controls the appearance of the fringes."
   (interactive (list (fringe-query-style 'all-frames)))
   (set-fringe-mode mode))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]