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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
7dfac189
Commit
7dfac189
authored
Sep 09, 2009
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
with
less th
an the full frame width.
For any other non-nil value, truncate lines in all windows
that 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