emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116327: * fringe.el (fringe-styles): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116327: * fringe.el (fringe-styles): Doc fix.
Date: Sat, 08 Feb 2014 04:41:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116327
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15239
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:40:26 -0800
message:
  * fringe.el (fringe-styles): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/fringe.el                 fringe.el-20091113204419-o5vbwnq5f7feedwu-2421
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 04:14:16 +0000
+++ b/lisp/ChangeLog    2014-02-08 04:40:26 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * fringe.el (fringe-styles): Doc fix (bug#15239).
+
        * isearch.el (isearch-filter-predicate): Documentation typo fix
        (bug#15474).
 

=== modified file 'lisp/fringe.el'
--- a/lisp/fringe.el    2014-01-01 07:43:34 +0000
+++ b/lisp/fringe.el    2014-02-08 04:40:26 +0000
@@ -152,12 +152,11 @@
     ("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 @@
 - 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 @@
 - 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 @@
 - 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


reply via email to

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