Function: texinfo-format-bullet
texinfo-format-bullet is a byte-compiled function defined in
texinfmt.el.gz.
Signature
(texinfo-format-bullet)
Documentation
Insert an asterisk.
If used within a line, follow @bullet with braces.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-format-bullet ()
"Insert an asterisk.
If used within a line, follow `@bullet' with braces."
(texinfo-optional-braces-discard)
(insert "*"))