# HG changeset patch # User Glenn Morris # Date 1254883957 0 # Node ID 3cdeeb563149fcf746d4ab9aee29e94b42084d34 # Parent a0dbed3dc36cdb0b2f500e0db898eb295dc23afa Markus Rost (describe-no-warranty): Place point in a slightly better position in the GPLv3 text. diff -r a0dbed3dc36c -r 3cdeeb563149 lisp/ChangeLog --- 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 + + * help.el (describe-no-warranty): Place point in a slightly better + position in the GPLv3 text. + 2009-10-06 Sam Steingold * net/tramp-compat.el (tramp-compat-process-running-p): Check that diff -r a0dbed3dc36c -r 3cdeeb563149 lisp/help.el --- 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 ()