diff options
| author | Glenn Morris | 2014-01-29 00:27:55 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-29 00:27:55 -0800 |
| commit | 5e61c1ef5c0b827db4411b282034918159545c2f (patch) | |
| tree | 2a78fd0f3b296a1f4d618661caae009a2549d4c5 /etc | |
| parent | 61c2b0b3268dd5deb8958185fecdc5c947bfe485 (diff) | |
| download | emacs-5e61c1ef5c0b827db4411b282034918159545c2f.tar.gz emacs-5e61c1ef5c0b827db4411b282034918159545c2f.zip | |
Some doc for cycle-spacing
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes.
* doc/emacs/killing.texi (Deletion): Mention cycle-spacing.
* doc/lispref/text.texi: Comment.
* etc/NEWS: Related edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 6 insertions, 8 deletions
| @@ -273,16 +273,14 @@ normal editing behavior. | |||
| 273 | the last step. Its default value is changed to nil, which means a tab | 273 | the last step. Its default value is changed to nil, which means a tab |
| 274 | stop every `tab-width' columns. | 274 | stop every `tab-width' columns. |
| 275 | 275 | ||
| 276 | ** Filling changes | 276 | +++ |
| 277 | 277 | ** New command `cycle-spacing' acts like a smarter `just-one-space'. | |
| 278 | *** New command `cycle-spacing' cycles between spacing conventions: | 278 | When called in succession, it cycles between spacing conventions: |
| 279 | having just one space, no spaces, or reverting to the original | 279 | one space, no spaces, original spacing. |
| 280 | spacing. Like `just-one-space', it can handle or ignore newlines and | ||
| 281 | leave different number of spaces. | ||
| 282 | 280 | ||
| 283 | +++ | 281 | +++ |
| 284 | *** `fill-single-char-nobreak-p' prevents fill from breaking a line after | 282 | ** The new function `fill-single-char-nobreak-p' can stop fill from breaking |
| 285 | a one-letter word, which is an error according to some typographical | 283 | a line after a one-letter word, which is an error in some typographical |
| 286 | conventions. To use it, add it to the `fill-nobreak-predicate' hook. | 284 | conventions. To use it, add it to the `fill-nobreak-predicate' hook. |
| 287 | 285 | ||
| 288 | +++ | 286 | +++ |