From 9e0e631c127c6d4eef82fe73846ed9e5cdb7c089 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Jan 2002 01:40:47 +0000 Subject: [PATCH] (describe-distribution): Really call view-file. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5