Function: landmark-move-nw
landmark-move-nw is an interactive and byte-compiled function defined
in landmark.el.gz.
Signature
(landmark-move-nw)
Documentation
Move point North West on the Landmark board.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-move-nw ()
"Move point North West on the Landmark board."
(interactive)
(landmark-move-up)
(backward-char))