aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-25 17:10:18 -0800
committerGlenn Morris2014-01-25 17:10:18 -0800
commit169d6004f9b348bec93f4feb6f3b06ce5c3f116c (patch)
treeeff2d340fd322c875efe64a3bf425fa04af943d3 /etc
parent3fcfc4ee802d2a6f041bd624876ac37fda830304 (diff)
downloademacs-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/NEWS8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db79daec851..f913b80da86 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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').
313See Changes in Emacs 24.4, above. 313See Changes in Emacs 24.4, above.
314 314
315+++
315** New command `delete-duplicate-lines'. 316** New command `delete-duplicate-lines'.
316When its arg ADJACENT is non-nil (when called interactively with C-u 317This searches the region for identical lines, and removes all but one
317C-u) it works like the utility `uniq'. Otherwise by default it 318copy of each repeated line. The lines need not be sorted.
318deletes duplicate lines everywhere in the region without regard to
319adjacency. When its arg KEEP-BLANKS is non-nil (when called
320interactively 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