X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e61d39cddfd015032a6419ce75c36ecdf1e9fe9f..34dc21db6e57ebbad81a196002fcd3cc557f096e:/lisp/fringe.el diff --git a/lisp/fringe.el b/lisp/fringe.el index 6ff27a7135..ff60804cb1 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -1,9 +1,9 @@ ;;; fringe.el --- fringe setup and control -*- coding: utf-8 -*- -;; Copyright (C) 2002-2012 Free Software Foundation, Inc. +;; Copyright (C) 2002-2014 Free Software Foundation, Inc. ;; Author: Simon Josefsson -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: frames ;; Package: emacs @@ -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