diff options
| author | Michal Nazarewicz | 2013-01-30 21:57:35 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-01-30 21:57:35 -0500 |
| commit | ad4de702e19bf1a8065cb84b6eefbc68190d9c3f (patch) | |
| tree | 8a5aca2205b7f3bc5352a31fdad960eb645120ce /etc | |
| parent | c4f268a1373f4f247e22e103a8655e06c7129c22 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -163,6 +163,11 @@ when its arg ADJACENT is non-nil (when called interactively with C-u C-u) | |||
| 163 | it works like the utility `uniq'. Otherwise by default it deletes | 163 | it works like the utility `uniq'. Otherwise by default it deletes |
| 164 | duplicate lines everywhere in the region without regard to adjacency. | 164 | duplicate lines everywhere in the region without regard to adjacency. |
| 165 | 165 | ||
| 166 | ** New `cycle-spacing' command allows cycling between having just one | ||
| 167 | space, no spaces, or reverting to the original spacing. Like | ||
| 168 | `just-one-space' command it can handle or ignore newlines and | ||
| 169 | leave 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 |