aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2003-10-14 11:29:50 +0000
committerLute Kamstra2003-10-14 11:29:50 +0000
commit1c907043da227f2eb9bb5cd6e3509d144ffcb5c7 (patch)
tree20b566335560dc2171e605ff2615988b705573f7
parent62c2f7593f5268ac5b32431a4564377977824c3b (diff)
downloademacs-1c907043da227f2eb9bb5cd6e3509d144ffcb5c7.tar.gz
emacs-1c907043da227f2eb9bb5cd6e3509d144ffcb5c7.zip
(fringe-mode): Use active voice in docstring.
(set-fringe-style): Ditto.
-rw-r--r--lisp/fringe.el36
1 files changed, 18 insertions, 18 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el
index fdda854e251..039a41e5adc 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -139,21 +139,21 @@ frame parameter is used."
139 139
140;;;###autoload 140;;;###autoload
141(defun fringe-mode (&optional mode) 141(defun fringe-mode (&optional mode)
142 "Set default appearance of fringes on all frames. 142 "Set the default appearance of fringes on all frames.
143 143
144When called interactively, the user is queried for MODE. Valid 144When called interactively, query the user for MODE. Valid values
145values for MODE include `none', `default', `left-only', 145for MODE include `none', `default', `left-only', `right-only',
146`right-only', `minimal' and `half'. 146`minimal' and `half'.
147 147
148When used in a Lisp program, MODE can be a cons cell where the 148When used in a Lisp program, MODE can be a cons cell where the
149integer in car specifies the left fringe width and the integer in 149integer in car specifies the left fringe width and the integer in
150cdr specifies the right fringe width. MODE can also be a single 150cdr specifies the right fringe width. MODE can also be a single
151integer that specifies both the left and the right fringe width. 151integer that specifies both the left and the right fringe width.
152When nil is used instead of an integer, that means to use the 152If a fringe width specification is nil, that means to use the
153default fringe width (8 pixels). These width specifications may 153default width (8 pixels). This command may round up the left and
154be rounded up to ensure that their sum is a multiple of the 154right width specifications to ensure that their sum is a multiple
155character width of a frame. A fringe width of 0 is never rounded 155of the character width of a frame. It never rounds up a fringe
156up. 156width of 0.
157 157
158Fringe widths set by `set-window-fringes' override the default 158Fringe widths set by `set-window-fringes' override the default
159fringe widths set by this command. This command applies to all 159fringe widths set by this command. This command applies to all
@@ -165,21 +165,21 @@ frame only, see the command `set-fringe-style'."
165 165
166;;;###autoload 166;;;###autoload
167(defun set-fringe-style (&optional mode) 167(defun set-fringe-style (&optional mode)
168 "Set default appearance of fringes on selected frame. 168 "Set the default appearance of fringes on the selected frame.
169 169
170When called interactively, the user is queried for MODE. Valid 170When called interactively, query the user for MODE. Valid values
171values for MODE include `none', `default', `left-only', 171for MODE include `none', `default', `left-only', `right-only',
172`right-only', `minimal' and `half'. 172`minimal' and `half'.
173 173
174When used in a Lisp program, MODE can be a cons cell where the 174When used in a Lisp program, MODE can be a cons cell where the
175integer in car specifies the left fringe width and the integer in 175integer in car specifies the left fringe width and the integer in
176cdr specifies the right fringe width. MODE can also be a single 176cdr specifies the right fringe width. MODE can also be a single
177integer that specifies both the left and the right fringe width. 177integer that specifies both the left and the right fringe width.
178When nil is used instead of an integer, that means to use the 178If a fringe width specification is nil, that means to use the
179default fringe width (8 pixels). These width specifications may 179default width (8 pixels). This command may round up the left and
180be rounded up to ensure that their sum is a multiple of the 180right width specifications to ensure that their sum is a multiple
181character width of the frame. A fringe width of 0 is never 181of the character width of a frame. It never rounds up a fringe
182rounded up. 182width of 0.
183 183
184Fringe widths set by `set-window-fringes' override the default 184Fringe widths set by `set-window-fringes' override the default
185fringe widths set by this command. If you want to set the 185fringe widths set by this command. If you want to set the