diff options
| author | Glenn Morris | 2014-01-25 17:10:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-25 17:10:18 -0800 |
| commit | 169d6004f9b348bec93f4feb6f3b06ce5c3f116c (patch) | |
| tree | eff2d340fd322c875efe64a3bf425fa04af943d3 /etc | |
| parent | 3fcfc4ee802d2a6f041bd624876ac37fda830304 (diff) | |
| download | emacs-169d6004f9b348bec93f4feb6f3b06ce5c3f116c.tar.gz emacs-169d6004f9b348bec93f4feb6f3b06ce5c3f116c.zip | |
Some doc for delete-duplicate-lines
* doc/emacs/killing.texi (Deletion): Mention delete-duplicate-lines.
* lisp/sort.el (delete-duplicate-lines): Doc fix.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 3 insertions, 5 deletions
| @@ -312,12 +312,10 @@ macros in registers. | |||
| 312 | *** New command `C-x r f' (`frameset-to-register'). | 312 | *** New command `C-x r f' (`frameset-to-register'). |
| 313 | See Changes in Emacs 24.4, above. | 313 | See Changes in Emacs 24.4, above. |
| 314 | 314 | ||
| 315 | +++ | ||
| 315 | ** New command `delete-duplicate-lines'. | 316 | ** New command `delete-duplicate-lines'. |
| 316 | When its arg ADJACENT is non-nil (when called interactively with C-u | 317 | This searches the region for identical lines, and removes all but one |
| 317 | C-u) it works like the utility `uniq'. Otherwise by default it | 318 | copy of each repeated line. The lines need not be sorted. |
| 318 | deletes duplicate lines everywhere in the region without regard to | ||
| 319 | adjacency. When its arg KEEP-BLANKS is non-nil (when called | ||
| 320 | interactively with C-u C-u C-u), duplicate blank lines are preserved. | ||
| 321 | 319 | ||
| 322 | 320 | ||
| 323 | * Changes in Specialized Modes and Packages in Emacs 24.4 | 321 | * Changes in Specialized Modes and Packages in Emacs 24.4 |