Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7dfac189
Commit
7dfac189
authored
Sep 09, 2009
by
Stefan Monnier
Browse files
(Vtruncate_partial_width_windows): Improve docstring.
parent
755e0210
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/xdisp.c
src/xdisp.c
+4
-4
No files found.
src/xdisp.c
View file @
7dfac189
...
...
@@ -24862,13 +24862,13 @@ Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI). */);
DEFVAR_LISP ("truncate-partial-width-windows",
&Vtruncate_partial_width_windows,
doc: /* Non-nil means truncate lines in windows
with less
than the frame
width
.
For an integer value, truncate lines in each window
with less
than the
doc: /* Non-nil means truncate lines in windows
narrower
than the frame.
For an integer value, truncate lines in each window
narrower
than the
full frame width, provided the window width is less than that integer;
otherwise, respect the value of `truncate-lines'.
For any other non-nil value, truncate lines in all windows
wi
th
less th
an the full frame width.
For any other non-nil value, truncate lines in all windows th
at do
not sp
an the full frame width.
A value of nil means to respect the value of `truncate-lines'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment