diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-01-17 01:40:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-01-17 01:40:47 +0000 |
commit | 9e0e631c127c6d4eef82fe73846ed9e5cdb7c089 (patch) | |
tree | 52ee81b1659346acafd18e72a7aa3ab58560581b /lisp/help.el | |
parent | 31bcb0dc4de7109e886f13d5fdc24c0d2b34d350 (diff) | |
download | emacs-9e0e631c127c6d4eef82fe73846ed9e5cdb7c089.tar.gz |
(describe-distribution): Really call view-file.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 4de612ef086..8b96b2a0b52 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -262,7 +262,7 @@ If that doesn't give a function, return nil." (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." |