Function: landmark-move-se

landmark-move-se is an interactive and byte-compiled function defined in landmark.el.gz.

Signature

(landmark-move-se)

Documentation

Move point South East on the Landmark board.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-move-se ()
  "Move point South East on the Landmark board."
  (interactive)
  (landmark-move-down)
  (forward-char))