emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Wed, 16 Jan 2002 20:40:47 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.242 emacs/lisp/help.el:1.243
*** emacs/lisp/help.el:1.242    Sun Jan 13 20:40:29 2002
--- emacs/lisp/help.el  Wed Jan 16 20:40:47 2002
***************
*** 262,268 ****
  (defun describe-distribution ()
    "Display info on how to obtain the latest version of GNU Emacs."
    (interactive)
!   (view-find (expand-file-name "DISTRIB" data-directory)))
  
  (defun describe-copying ()
    "Display info on how you may redistribute copies of GNU Emacs."
--- 262,268 ----
  (defun describe-distribution ()
    "Display info on how to obtain the latest version of GNU Emacs."
    (interactive)
!   (view-file (expand-file-name "DISTRIB" data-directory)))
  
  (defun describe-copying ()
    "Display info on how you may redistribute copies of GNU Emacs."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]