]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-distribution): Really call view-file.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Jan 2002 01:40:47 +0000 (01:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Jan 2002 01:40:47 +0000 (01:40 +0000)
lisp/help.el

index 4de612ef0863d3ab0f09afe9d312e8bb5ad874c7..8b96b2a0b526cd2aa70a51f702413ef676575fcd 100644 (file)
@@ -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."