Function: picture-movement-down

picture-movement-down is an interactive and byte-compiled function defined in picture.el.gz.

Signature

(picture-movement-down)

Documentation

Move down after self-inserting character in Picture mode.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/picture.el.gz
(defun picture-movement-down ()
  "Move down after self-inserting character in Picture mode."
  (interactive)
  (picture-set-motion 1 0))