From: Richard M. Stallman Date: Thu, 17 Jan 2002 01:40:47 +0000 (+0000) Subject: (describe-distribution): Really call view-file. X-Git-Tag: ttn-vms-21-2-B4~17103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e0e631c127c6d4eef82fe73846ed9e5cdb7c089;p=emacs.git (describe-distribution): Really call view-file. --- 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."