]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring improvement.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 May 2008 17:36:04 +0000 (17:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 May 2008 17:36:04 +0000 (17:36 +0000)
doc/misc/gnus-news.el
lisp/simple.el

index aa02c3110e136660ec805a644e22c46bf9311ab1..339c219e51bd93b8e687b5607c9366ce5865543b 100644 (file)
@@ -44,7 +44,7 @@ This file is part of GNU Emacs.
 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
index 885e2d5c97e79df6bef86de7243c173a17d23bd8..118bb715ec89b2b5a71ac8dd8c10f1b124a02411 100644 (file)
@@ -2818,7 +2818,7 @@ move the yanking point; just return the Nth kill forward."
   "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].