change wording

This commit is contained in:
Reed Esau
2014-01-07 22:10:01 -07:00
parent fbcc755bd6
commit 0e737d52d6

View File

@@ -187,8 +187,8 @@ let g:pencil#cursorwrap = 1 " 0=disable, 1=enable
## Auto-detection via modeline ## Auto-detection via modeline
Will the wrapping mode be detected automatically? Maybe. But you can Will the wrapping mode be detected accurately? Maybe. But you can improve
improve its accuracy by giving it a hint. its chances by giving it a hint.
At the bottom of this document is a strange code: At the bottom of this document is a strange code:
@@ -213,8 +213,7 @@ If its `0`, then pencil assumes you want soft line wrapping.
<!-- vim: set tw=0 :--> <!-- vim: set tw=0 :-->
``` ```
To provide a hint for detection, you can add a modeline to the last line For more details:
of your documents. For more details:
```vim ```vim
:help modeline :help modeline