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
32bbb17c
Commit
32bbb17c
authored
Sep 24, 2011
by
Glenn Morris
Browse files
* src/buffer.c (truncate-lines): Doc fix.
parent
728518c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.c
src/buffer.c
+3
-1
No files found.
src/ChangeLog
View file @
32bbb17c
2011-09-25 Glenn Morris <rgm@gnu.org>
* buffer.c (truncate-lines): Doc fix.
2011-09-24 Chong Yidong <cyd@stupidchicken.com>
* window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)
...
...
src/buffer.c
View file @
32bbb17c
...
...
@@ -5493,7 +5493,9 @@ Instead, give each line of text just one screen line.
Note that this is overridden by the variable
`truncate-partial-width-windows' if that variable is non-nil
and this buffer is not full-frame width. */
);
and this buffer is not full-frame width.
Minibuffers set this variable to nil. */);
DEFVAR_PER_BUFFER ("word-wrap", &BVAR (current_buffer, word_wrap), Qnil,
doc: /* *Non-nil means to use word-wrapping for continuation 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