aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-29 00:27:55 -0800
committerGlenn Morris2014-01-29 00:27:55 -0800
commit5e61c1ef5c0b827db4411b282034918159545c2f (patch)
tree2a78fd0f3b296a1f4d618661caae009a2549d4c5 /etc
parent61c2b0b3268dd5deb8958185fecdc5c947bfe485 (diff)
downloademacs-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/NEWS14
1 files changed, 6 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index febe40f4e25..52717d6b734 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -273,16 +273,14 @@ normal editing behavior.
273the last step. Its default value is changed to nil, which means a tab 273the last step. Its default value is changed to nil, which means a tab
274stop every `tab-width' columns. 274stop 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: 278When called in succession, it cycles between spacing conventions:
279having just one space, no spaces, or reverting to the original 279one space, no spaces, original spacing.
280spacing. Like `just-one-space', it can handle or ignore newlines and
281leave 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
285a one-letter word, which is an error according to some typographical 283a line after a one-letter word, which is an error in some typographical
286conventions. To use it, add it to the `fill-nobreak-predicate' hook. 284conventions. To use it, add it to the `fill-nobreak-predicate' hook.
287 285
288+++ 286+++