Function: srecode-template-inserter-width-p

srecode-template-inserter-width-p is a byte-compiled function defined in insert.el.gz.

Signature

(srecode-template-inserter-width-p OBJ)

Documentation

Return non-nil if OBJ is an object of type srecode-template-inserter-width(var)/srecode-template-inserter-width(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-width (srecode-template-inserter-variable)
  ((key :initform ?|
	:allocation :class
	:documentation
	"The character code used to identify inserters of this style.")
   )
  "Inserts the value of a dictionary variable with a specific width.
The second argument specifies the width, and a pad, separated by a colon.
Thus a specification of `10:left' will insert the value of A
to 10 characters, with spaces added to the left.  Use `right' for adding
spaces to the right.")