Function: thumbs-forward-line
thumbs-forward-line is an interactive and byte-compiled function
defined in thumbs.el.gz.
Signature
(thumbs-forward-line)
Documentation
Move down one line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(defun thumbs-forward-line ()
"Move down one line."
(interactive)
(forward-line 1)
(thumbs-show-name))