changeset 105498:3cdeeb563149

Markus Rost <rost at math.uni-bielefeld.de> (describe-no-warranty): Place point in a slightly better position in the GPLv3 text.
author Glenn Morris <rgm@gnu.org>
date Wed, 07 Oct 2009 02:52:37 +0000
parents a0dbed3dc36c
children bc225649d1e5
files lisp/ChangeLog lisp/help.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 07 02:12:23 2009 +0000
+++ b/lisp/ChangeLog	Wed Oct 07 02:52:37 2009 +0000
@@ -1,3 +1,8 @@
+2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
+
+	* help.el (describe-no-warranty): Place point in a slightly better
+	position in the GPLv3 text.
+
 2009-10-06  Sam Steingold  <sds@gnu.org>
 
 	* net/tramp-compat.el (tramp-compat-process-running-p): Check that
--- a/lisp/help.el	Wed Oct 07 02:12:23 2009 +0000
+++ b/lisp/help.el	Wed Oct 07 02:52:37 2009 +0000
@@ -323,7 +323,8 @@
   (interactive)
   (describe-copying)
   (let (case-fold-search)
-    (search-forward "NO WARRANTY")
+    (search-forward "Disclaimer of Warranty")
+    (forward-line 0)
     (recenter 0)))
 
 (defun describe-prefix-bindings ()