Function: landmark-move-ne

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

Signature

(landmark-move-ne)

Documentation

Move point North East on the Landmark board.

Key Bindings

Source Code

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