Function: Info-edit

Info-edit is an interactive and byte-compiled function defined in info-edit.el.gz.

Signature

(Info-edit)

Documentation

Edit the contents of this Info node.

Probably introduced at or before Emacs version 24.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/info-edit.el.gz
(defun Info-edit ()
  "Edit the contents of this Info node."
  (interactive)
  (Info-edit-mode)
  (message "%s" (substitute-command-keys
		 "Editing: Type \\<Info-edit-mode-map>\\[Info-cease-edit] to return to info")))