summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-01-17 01:40:47 +0000
committerRichard M. Stallman <rms@gnu.org>2002-01-17 01:40:47 +0000
commit9e0e631c127c6d4eef82fe73846ed9e5cdb7c089 (patch)
tree52ee81b1659346acafd18e72a7aa3ab58560581b /lisp/help.el
parent31bcb0dc4de7109e886f13d5fdc24c0d2b34d350 (diff)
downloademacs-9e0e631c127c6d4eef82fe73846ed9e5cdb7c089.tar.gz
(describe-distribution): Really call view-file.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
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."