aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
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."
442 "Display the Emacs Frequently Asked Questions (FAQ) file." 442 "Display the Emacs Frequently Asked Questions (FAQ) file."
443 (interactive) 443 (interactive)
444;;; (find-file-read-only (expand-file-name "FAQ" data-directory)) 444;;; (find-file-read-only (expand-file-name "FAQ" data-directory))
445 (info "(emacs-faq)")) 445 (info "(efaq)"))
446 446
447(defun view-emacs-problems () 447(defun view-emacs-problems ()
448 "Display info on known problems with Emacs and possible workarounds." 448 "Display info on known problems with Emacs and possible workarounds."