Function: texinfo-insertcopying

texinfo-insertcopying is a byte-compiled function defined in texinfmt.el.gz.

Signature

(texinfo-insertcopying)

Documentation

Insert the copyright notice and copying permissions from Texinfo file.

This is indicated by the "@copying ... @end copying" command.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-insertcopying ()
  "Insert the copyright notice and copying permissions from Texinfo file.
This is indicated by the \"@copying ... @end copying\" command."
  (insert (concat "\n" texinfo-copying-text)))