diff options
author | Glenn Morris <rgm@gnu.org> | 2019-01-11 18:53:10 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-01-11 18:53:10 -0500 |
commit | 8fe21b03663dba4a426292b7a54e32c0bf009b09 (patch) | |
tree | e187022199e0f8cd5d31731a051874b3e0c73796 /lisp/help.el | |
parent | e567ac149518967f992b1286d90d94df6bb589b7 (diff) | |
download | emacs-8fe21b03663dba4a426292b7a54e32c0bf009b09.tar.gz |
Remove some obsolete stub files from etc/
* etc/CENSORSHIP, etc/FTP, etc/GNU, etc/LINUX-GNU, etc/MORE.STUFF:
* etc/ORDERS, etc/THE-GNU-PROJECT, etc/WHY-FREE:
Remove stub files that were marked obsolete 5 years ago.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/help.el b/lisp/help.el index 5fa1876b38e..d1f473517d5 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -425,13 +425,11 @@ is specified by the variable `message-log-max'." (defun view-order-manuals () "Display information on how to buy printed copies of Emacs manuals." (interactive) -;; (view-help-file "ORDERS") (info "(emacs)Printed Books")) (defun view-emacs-FAQ () "Display the Emacs Frequently Asked Questions (FAQ) file." (interactive) - ;; (find-file-read-only (expand-file-name "FAQ" data-directory)) (info "(efaq)")) (defun view-emacs-problems () @@ -444,7 +442,8 @@ is specified by the variable `message-log-max'." (interactive) (view-help-file "DEBUG")) -;; This used to visit MORE.STUFF; maybe it should just be removed. +;; This used to visit a plain text file etc/MORE.STUFF; +;; maybe this command should just be removed. (defun view-external-packages () "Display info on where to get more Emacs packages." (interactive) |