Function: org-agenda-end-of-line

org-agenda-end-of-line is an interactive and byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-end-of-line)

Documentation

Go to the end of visible line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-end-of-line ()
  "Go to the end of visible line."
  (interactive)
  (goto-char (line-end-position)))