mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
Mention rounding of fringe width in the doc string of fringe-mode.
fringe.el (fringe-mode): Doc fix.
This commit is contained in:
parent
b2957ea8ea
commit
71b961e847
@ -1,3 +1,7 @@
|
||||
2010-09-18 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* fringe.el (fringe-mode): Doc fix.
|
||||
|
||||
2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
|
||||
|
||||
* textmodes/nroff-mode.el (nroff-view): Kill old buffer before
|
||||
|
@ -144,6 +144,9 @@ the width of both left and right fringe (where 0 means no fringe), or
|
||||
a cons cell where car indicates width of left fringe and cdr indicates
|
||||
width of right fringe (where again 0 can be used to indicate no
|
||||
fringe).
|
||||
Note that the actual width may be rounded up to ensure that the sum of
|
||||
the width of the left and right fringes is a multiple of the frame's
|
||||
character width. However, a fringe width of 0 is never rounded.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user