aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCharles A. Roelli2017-10-31 22:01:34 +0100
committerCharles A. Roelli2017-10-31 22:01:34 +0100
commit460fe4a1bc40f2ba39deda6448a7baf57e0e6b76 (patch)
treeb0aa0fc60218835141122f5e5d054458bee57f40 /src
parent41adf3281ef6386c539f1fb9d36c4fb3f643b77c (diff)
downloademacs-460fe4a1bc40f2ba39deda6448a7baf57e0e6b76.tar.gz
emacs-460fe4a1bc40f2ba39deda6448a7baf57e0e6b76.zip
; 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
5716in narrower windows. 5716in narrower windows.
5717 5717
5718Instead of setting this variable directly, most users should use 5718Instead of setting this variable directly, most users should use
5719Visual Line mode . Visual Line mode, when enabled, sets `word-wrap' 5719Visual Line mode. Visual Line mode, when enabled, sets `word-wrap'
5720to t, and additionally redefines simple editing commands to act on 5720to t, and additionally redefines simple editing commands to act on
5721visual lines rather than logical lines. See the documentation of 5721visual lines rather than logical lines. See the documentation of
5722`visual-line-mode'. */); 5722`visual-line-mode'. */);