Function: landmark-move-sw

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

Signature

(landmark-move-sw)

Documentation

Move point South West on the Landmark board.

Key Bindings

Source Code

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