From: Gerd Moellmann Date: Tue, 16 May 2000 14:31:26 +0000 (+0000) Subject: (view-emacs-FAQ): Change `emacs-faq' to `efaq'. X-Git-Tag: emacs-pretest-21.0.90~3942 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=279b772d9bc02af252a4e2bbc88b2c37be63a7ad;p=emacs.git (view-emacs-FAQ): Change `emacs-faq' to `efaq'. --- 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."