summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles A. Roelli <charles@aurox.ch>2017-10-31 22:01:34 +0100
committerCharles A. Roelli <charles@aurox.ch>2017-10-31 22:01:34 +0100
commit460fe4a1bc40f2ba39deda6448a7baf57e0e6b76 (patch)
treeb0aa0fc60218835141122f5e5d054458bee57f40 /src
parent41adf3281ef6386c539f1fb9d36c4fb3f643b77c (diff)
downloademacs-460fe4a1bc40f2ba39deda6448a7baf57e0e6b76.tar.gz
; Doc fixes
* lisp/progmodes/xref.el (xref-file-location) (xref-backend-apropos): * etc/NEWS (Lisp Changes in Emacs 26.1): * doc/emacs/msdos.texi (Windows Keyboard): * lisp/vc/vc.el (vc-print-branch-log): * src/buffer.c (word-wrap): Doc additions and fixes.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1c8b4635086..9635733fcff 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5716,7 +5716,7 @@ word-wrapping, you might want to reduce the value of
in narrower windows.
Instead of setting this variable directly, most users should use
-Visual Line mode . Visual Line mode, when enabled, sets `word-wrap'
+Visual Line mode. Visual Line mode, when enabled, sets `word-wrap'
to t, and additionally redefines simple editing commands to act on
visual lines rather than logical lines. See the documentation of
`visual-line-mode'. */);