]> git.eshelyaron.com Git - emacs.git/commitdiff
documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates
authorSam Steingold <sds@gnu.org>
Fri, 28 Aug 2009 19:26:38 +0000 (19:26 +0000)
committerSam Steingold <sds@gnu.org>
Fri, 28 Aug 2009 19:26:38 +0000 (19:26 +0000)
etc/NEWS

index a5d41bdf60411aeed28cc23483fefb049e6dc7a2..7344e711482e7a7ffaa595b1104da95f2517e5a0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -73,9 +73,12 @@ source while in the midst of loading another file (e.g., with
 to be corrupted once the outer load completed.  Most code doesn't care
 about this, but some (like c-mode) may check it.
 
-** FIXME save-interprogram-paste-before-kill
+** When `save-interprogram-paste-before-kill' is non-nil, emacs will not
+clobber the the interprogram paste when something is killed in it by
+saving the former in the `kill-ring' before the latter.
 
-** FIXME kill-do-not-save-duplicates
+** When `kill-do-not-save-duplicates' is non-nil, identical subsequent
+kills are not duplicated in the `kill-ring'.
 
 ** File-local variable changes