diff options
| author | Charles A. Roelli | 2017-10-31 22:01:34 +0100 |
|---|---|---|
| committer | Charles A. Roelli | 2017-10-31 22:01:34 +0100 |
| commit | 460fe4a1bc40f2ba39deda6448a7baf57e0e6b76 (patch) | |
| tree | b0aa0fc60218835141122f5e5d054458bee57f40 /src | |
| parent | 41adf3281ef6386c539f1fb9d36c4fb3f643b77c (diff) | |
| download | emacs-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.c | 2 |
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 | |||
| 5716 | in narrower windows. | 5716 | in narrower windows. |
| 5717 | 5717 | ||
| 5718 | Instead of setting this variable directly, most users should use | 5718 | Instead of setting this variable directly, most users should use |
| 5719 | Visual Line mode . Visual Line mode, when enabled, sets `word-wrap' | 5719 | Visual Line mode. Visual Line mode, when enabled, sets `word-wrap' |
| 5720 | to t, and additionally redefines simple editing commands to act on | 5720 | to t, and additionally redefines simple editing commands to act on |
| 5721 | visual lines rather than logical lines. See the documentation of | 5721 | visual lines rather than logical lines. See the documentation of |
| 5722 | `visual-line-mode'. */); | 5722 | `visual-line-mode'. */); |