# HG changeset patch # User Gerd Moellmann # Date 958487486 0 # Node ID 0a2323529cff0af4227f05eed5592a5880d0fe79 # Parent aa8fa04a3e1cda1496bb30eebf1f1f66d6983e64 (view-emacs-FAQ): Change `emacs-faq' to `efaq'. diff -r aa8fa04a3e1c -r 0a2323529cff lisp/help.el --- 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."