From e7e2b26cc6d1a2a821c32f32156a93e2388cac40 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 7 Oct 2009 02:52:37 +0000 Subject: Markus Rost (describe-no-warranty): Place point in a slightly better position in the GPLv3 text. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/help.el') diff --git a/lisp/help.el b/lisp/help.el index 141fa66436c..dfa097ca54e 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -323,7 +323,8 @@ If that doesn't give a function, return nil." (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 () -- cgit v1.2.1