aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 386d9a78153..504d477494b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5522,7 +5522,13 @@ This variable has no effect if long lines are truncated (see
5522`truncate-lines' and `truncate-partial-width-windows'). If you use 5522`truncate-lines' and `truncate-partial-width-windows'). If you use
5523word-wrapping, you might want to reduce the value of 5523word-wrapping, you might want to reduce the value of
5524`truncate-partial-width-windows', since wrapping can make text readable 5524`truncate-partial-width-windows', since wrapping can make text readable
5525in narrower windows. */); 5525in narrower windows.
5526
5527Instead of setting this variable directly, most users should use
5528Visual Line mode . Visual Line mode, when enabled, sets `word-wrap'
5529to t, and additionally redefines simple editing commands to act on
5530visual lines rather than logical lines. See the documentation of
5531`visual-line-mode'. */);
5526 5532
5527 DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), 5533 DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory),
5528 make_number (Lisp_String), 5534 make_number (Lisp_String),