Mercurial > emacs
changeset 42802:d72ace523825
(describe-distribution): Really call view-file.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Jan 2002 01:40:47 +0000 |
parents | b719a1276b31 |
children | aeec841a65cf |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Thu Jan 17 01:40:23 2002 +0000 +++ b/lisp/help.el Thu Jan 17 01:40:47 2002 +0000 @@ -262,7 +262,7 @@ (defun describe-distribution () "Display info on how to obtain the latest version of GNU Emacs." (interactive) - (view-find (expand-file-name "DISTRIB" data-directory))) + (view-file (expand-file-name "DISTRIB" data-directory))) (defun describe-copying () "Display info on how you may redistribute copies of GNU Emacs."