Mercurial > emacs
changeset 28935:0a2323529cff
(view-emacs-FAQ): Change `emacs-faq' to `efaq'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 16 May 2000 14:31:26 +0000 |
parents | aa8fa04a3e1c |
children | 3d4074eb27ed |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Tue May 16 14:30:55 2000 +0000 +++ b/lisp/help.el Tue May 16 14:31:26 2000 +0000 @@ -442,7 +442,7 @@ "Display the Emacs Frequently Asked Questions (FAQ) file." (interactive) ;;; (find-file-read-only (expand-file-name "FAQ" data-directory)) - (info "(emacs-faq)")) + (info "(efaq)")) (defun view-emacs-problems () "Display info on known problems with Emacs and possible workarounds."