From 279b772d9bc02af252a4e2bbc88b2c37be63a7ad Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 16 May 2000 14:31:26 +0000 Subject: [PATCH] (view-emacs-FAQ): Change `emacs-faq' to `efaq'. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 227e844959e..c2db8002936 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -442,7 +442,7 @@ With numeric argument display information on correspondingly older changes." "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." -- 2.39.5