summaryrefslogtreecommitdiff
path: root/lisp/fringe.el
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-06-29 15:48:08 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2012-06-29 15:48:08 +0400
commit2af3565e0f2b325924e4adad26a08b442fa022ac (patch)
tree2786dc842d627cd1a847935c8cbad36896592792 /lisp/fringe.el
parente4d3503065a43300417cdb6563c23d0d6beedbb7 (diff)
downloademacs-2af3565e0f2b325924e4adad26a08b442fa022ac.tar.gz
* lisp/fringe.el (fringe-mode): Doc fix.
* src/window.h (struct window): Change type of 'fringes_outside_margins' to bitfield. Fix comment. Adjust users accordingly. (struct window): Change type of 'window_end_bytepos' to ptrdiff_t. Adjust comment. * src/xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos' to ptrdiff_t.
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r--lisp/fringe.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el
index 70a28bd92f9..0c7e7eb194c 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -207,8 +207,8 @@ frame parameter is used."
"Set the default appearance of fringes on all frames.
When called interactively, query the user for MODE. Valid values
-for MODE include `none', `default', `left-only', `right-only',
-`minimal' and `half'.
+for MODE include `no-fringes', `default', `left-only', `right-only',
+`minimal' and `half-width'.
When used in a Lisp program, MODE can be a cons cell where the
integer in car specifies the left fringe width and the integer in