diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-07 02:52:37 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-07 02:52:37 +0000 |
commit | e7e2b26cc6d1a2a821c32f32156a93e2388cac40 (patch) | |
tree | ffe3f09106de599e1a2ff2cd859b6fa6b4fb585e /lisp/help.el | |
parent | ea9883d1490dfe4fdde8699fa22e4f5ddbd5766a (diff) | |
download | emacs-e7e2b26cc6d1a2a821c32f32156a93e2388cac40.tar.gz |
Markus Rost <rost at math.uni-bielefeld.de>
(describe-no-warranty): Place point in a slightly better position in
the GPLv3 text.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 () |