Function: search-emacs-glossary

search-emacs-glossary is an interactive and byte-compiled function defined in menu-bar.el.gz.

Signature

(search-emacs-glossary)

Documentation

Display the Glossary node of the Emacs manual in Info mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun search-emacs-glossary ()
  "Display the Glossary node of the Emacs manual in Info mode."
  (interactive)
  (info "(emacs)Glossary"))