aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichal Nazarewicz2013-01-30 21:57:35 -0500
committerStefan Monnier2013-01-30 21:57:35 -0500
commitad4de702e19bf1a8065cb84b6eefbc68190d9c3f (patch)
tree8a5aca2205b7f3bc5352a31fdad960eb645120ce /etc
parentc4f268a1373f4f247e22e103a8655e06c7129c22 (diff)
downloademacs-ad4de702e19bf1a8065cb84b6eefbc68190d9c3f.tar.gz
emacs-ad4de702e19bf1a8065cb84b6eefbc68190d9c3f.zip
* lisp/simple.el (cycle-spacing): New command.
(just-one-space): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2584751fe00..2128be01b65 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -163,6 +163,11 @@ when its arg ADJACENT is non-nil (when called interactively with C-u C-u)
163it works like the utility `uniq'. Otherwise by default it deletes 163it works like the utility `uniq'. Otherwise by default it deletes
164duplicate lines everywhere in the region without regard to adjacency. 164duplicate lines everywhere in the region without regard to adjacency.
165 165
166** New `cycle-spacing' command allows cycling between having just one
167space, no spaces, or reverting to the original spacing. Like
168`just-one-space' command it can handle or ignore newlines and
169leave different number of spaces.
170
166** Tramp 171** Tramp
167+++ 172+++
168*** New connection method "adb", which allows to access Android 173*** New connection method "adb", which allows to access Android