diff lisp/help.el @ 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 ffedbfc5d749
children 05398ea6cb32
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."