Function: view-emacs-problems
view-emacs-problems is an interactive and byte-compiled function
defined in help.el.gz.
Signature
(view-emacs-problems)
Documentation
Display info on known problems with Emacs and possible workarounds.
Probably introduced at or before Emacs version 21.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun view-emacs-problems ()
"Display info on known problems with Emacs and possible workarounds."
(interactive)
(view-help-file "PROBLEMS"))