Function: semantic-narrow-to-command

semantic-narrow-to-command is a byte-compiled function defined in ctxt.el.gz.

Signature

(semantic-narrow-to-command)

Documentation

Narrow the current buffer to the current command.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(defsubst semantic-narrow-to-command ()
  "Narrow the current buffer to the current command."
  (narrow-to-region (semantic-point-at-beginning-of-command)
		    (semantic-point-at-end-of-command)))