diff options
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 30734752abf..a698e87950b 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -315,6 +315,8 @@ If that doesn't give a function, return nil." (interactive) (view-help-file "THE-GNU-PROJECT")) +(define-obsolete-function-alias 'describe-project 'describe-gnu-project "22.2") + (defun describe-no-warranty () "Display info on all the kinds of warranty Emacs does NOT have." (interactive) @@ -418,6 +420,9 @@ With argument, display info only for the selected version." (interactive "P") (view-help-file "TODO")) +(define-obsolete-function-alias 'view-todo 'view-emacs-todo "22.2") + + (defun view-echo-area-messages () "View the log of recent echo-area messages: the `*Messages*' buffer. The number of messages retained in that buffer |