Function: ebrowse-electric-view-position

ebrowse-electric-view-position is an interactive and byte-compiled function defined in ebrowse.el.gz.

Signature

(ebrowse-electric-view-position)

Documentation

View the position described by the line point is in.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defun ebrowse-electric-view-position ()
  "View the position described by the line point is in."
  (interactive)
  (ebrowse-electric-find-position (point) t))