Function: sgml-name-self

sgml-name-self is an interactive and byte-compiled function defined in sgml-mode.el.gz.

Signature

(sgml-name-self)

Documentation

Insert a symbolic character name according to sgml-char-names.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defun sgml-name-self ()
  "Insert a symbolic character name according to `sgml-char-names'."
  (interactive "*")
  (sgml-name-char last-command-event))