# HG changeset patch # User Stefan Monnier # Date 1211996164 0 # Node ID 380e5a5c73eaaacddabb4fdebf2a2bee9afd992e # Parent 52e3cee99f900f7a766f2bff085437ca8430302c Docstring improvement. diff -r 52e3cee99f90 -r 380e5a5c73ea doc/misc/gnus-news.el --- a/doc/misc/gnus-news.el Wed May 28 17:35:34 2008 +0000 +++ b/doc/misc/gnus-news.el Wed May 28 17:36:04 2008 +0000 @@ -44,7 +44,7 @@ GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +\(at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff -r 52e3cee99f90 -r 380e5a5c73ea lisp/simple.el --- a/lisp/simple.el Wed May 28 17:35:34 2008 +0000 +++ b/lisp/simple.el Wed May 28 17:36:04 2008 +0000 @@ -2818,7 +2818,7 @@ "Kill (\"cut\") text between point and mark. This deletes the text from the buffer and saves it in the kill ring. The command \\[yank] can retrieve it from there. -\(If you want to kill and then yank immediately, use \\[kill-ring-save].) +\(If you want to save the region without killing it, use \\[kill-ring-save].) If you want to append the killed region to the last killed text, use \\[append-next-kill] before \\[kill-region].