comparison 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
comparison
equal deleted inserted replaced
42801:b719a1276b31 42802:d72ace523825
260 ;;; `User' help functions 260 ;;; `User' help functions
261 261
262 (defun describe-distribution () 262 (defun describe-distribution ()
263 "Display info on how to obtain the latest version of GNU Emacs." 263 "Display info on how to obtain the latest version of GNU Emacs."
264 (interactive) 264 (interactive)
265 (view-find (expand-file-name "DISTRIB" data-directory))) 265 (view-file (expand-file-name "DISTRIB" data-directory)))
266 266
267 (defun describe-copying () 267 (defun describe-copying ()
268 "Display info on how you may redistribute copies of GNU Emacs." 268 "Display info on how you may redistribute copies of GNU Emacs."
269 (interactive) 269 (interactive)
270 (view-file (expand-file-name "COPYING" data-directory)) 270 (view-file (expand-file-name "COPYING" data-directory))