Function: landmark-beginning-of-line
landmark-beginning-of-line is an interactive and byte-compiled
function defined in landmark.el.gz.
Signature
(landmark-beginning-of-line)
Documentation
Move point to first square on the Landmark board row.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-beginning-of-line ()
"Move point to first square on the Landmark board row."
(interactive)
(move-to-column landmark-x-offset))