Function: view-hello-file

view-hello-file is an interactive and byte-compiled function defined in mule-cmds.el.gz.

Signature

(view-hello-file)

Documentation

Display the HELLO file, which lists many languages and characters.

View in manual

Probably introduced at or before Emacs version 20.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defun view-hello-file ()
  "Display the HELLO file, which lists many languages and characters."
  (interactive)
  (view-file (expand-file-name "HELLO" data-directory)))