aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-05-28 17:36:04 +0000
committerStefan Monnier2008-05-28 17:36:04 +0000
commitba2b460a1b620f1e71928e9e2777fb0261e22ea2 (patch)
treedf7537aeeb26594bf48adf8d8d5437e7f174ddb9
parentab1d38354db0b8c9028347f4c532d546f3d928d8 (diff)
downloademacs-ba2b460a1b620f1e71928e9e2777fb0261e22ea2.tar.gz
emacs-ba2b460a1b620f1e71928e9e2777fb0261e22ea2.zip
Docstring improvement.
-rw-r--r--doc/misc/gnus-news.el2
-rw-r--r--lisp/simple.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/gnus-news.el b/doc/misc/gnus-news.el
index aa02c3110e1..339c219e51b 100644
--- a/doc/misc/gnus-news.el
+++ b/doc/misc/gnus-news.el
@@ -44,7 +44,7 @@ This file is part of GNU Emacs.
44GNU Emacs is free software: you can redistribute it and/or modify 44GNU Emacs is free software: you can redistribute it and/or modify
45it under the terms of the GNU General Public License as published by 45it under the terms of the GNU General Public License as published by
46the Free Software Foundation, either version 3 of the License, or 46the Free Software Foundation, either version 3 of the License, or
47(at your option) any later version. 47\(at your option) any later version.
48 48
49GNU Emacs is distributed in the hope that it will be useful, 49GNU Emacs is distributed in the hope that it will be useful,
50but WITHOUT ANY WARRANTY; without even the implied warranty of 50but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lisp/simple.el b/lisp/simple.el
index 885e2d5c97e..118bb715ec8 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2818,7 +2818,7 @@ move the yanking point; just return the Nth kill forward."
2818 "Kill (\"cut\") text between point and mark. 2818 "Kill (\"cut\") text between point and mark.
2819This deletes the text from the buffer and saves it in the kill ring. 2819This deletes the text from the buffer and saves it in the kill ring.
2820The command \\[yank] can retrieve it from there. 2820The command \\[yank] can retrieve it from there.
2821\(If you want to kill and then yank immediately, use \\[kill-ring-save].) 2821\(If you want to save the region without killing it, use \\[kill-ring-save].)
2822 2822
2823If you want to append the killed region to the last killed text, 2823If you want to append the killed region to the last killed text,
2824use \\[append-next-kill] before \\[kill-region]. 2824use \\[append-next-kill] before \\[kill-region].