]> git.eshelyaron.com Git - emacs.git/commitdiff
* fringe.el (fringe-styles): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:40:26 +0000 (20:40 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 04:40:26 +0000 (20:40 -0800)
Fixes: debbugs:15239
lisp/ChangeLog
lisp/fringe.el

index b479af934720f98e55efeb8157aa83f2f9f28c78..9f8ff6a064d0c90c070a3995fc32ab2d4c6fafe3 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * fringe.el (fringe-styles): Doc fix (bug#15239).
+
        * isearch.el (isearch-filter-predicate): Documentation typo fix
        (bug#15474).
 
index a24587f89e8f1da1b0f3e9719f3df0f98eceda19..b8bf659620eb483d1098ae154aa6eb11e773b44b 100644 (file)
@@ -152,12 +152,11 @@ See `fringe-mode' for possible values and their effect."
     ("minimal" . (1 . 1)))
   "Alist mapping fringe mode names to fringe widths.
 Each list element has the form (NAME . WIDTH), where NAME is a
-mnemonic fringe mode name (a symbol) and WIDTH is one of the
-following:
+mnemonic fringe mode name and WIDTH is one of the following:
 - nil, which means the default width (8 pixels).
 - a cons cell (LEFT . RIGHT), where LEFT and RIGHT are
   respectively the left and right fringe widths in pixels, or
-  nil (meaning to disable that fringe).
+  nil (meaning the default width).
 - a single integer, which specifies the pixel widths of both
   fringes.")
 
@@ -167,7 +166,7 @@ The Lisp value should be one of the following:
 - nil, which means the default width (8 pixels).
 - a cons cell (LEFT . RIGHT), where LEFT and RIGHT are
   respectively the left and right fringe widths in pixels, or
-  nil (meaning to disable that fringe).
+  nil (meaning the default width).
 - a single integer, which specifies the pixel widths of both
   fringes.
 Note that the actual width may be rounded up to ensure that the
@@ -238,7 +237,7 @@ When used in a Lisp program, MODE should be one of these:
 - nil, which means the default width (8 pixels).
 - a cons cell (LEFT . RIGHT), where LEFT and RIGHT are
   respectively the left and right fringe widths in pixels, or
-  nil (meaning to disable that fringe).
+  nil (meaning the default width).
 - a single integer, which specifies the pixel widths of both
   fringes.
 This command may round up the left and right width specifications
@@ -263,7 +262,7 @@ When used in a Lisp program, MODE should be one of these:
 - nil, which means the default width (8 pixels).
 - a cons cell (LEFT . RIGHT), where LEFT and RIGHT are
   respectively the left and right fringe widths in pixels, or
-  nil (meaning to disable that fringe).
+  nil (meaning the default width).
 - a single integer, which specifies the pixel widths of both
   fringes.
 This command may round up the left and right width specifications