comparison src/indent.c @ 6588:fa33a3332906

(Fcompute_motion): Fix symbol name in previous change.
author Karl Heuer <kwzh@gnu.org>
date Wed, 30 Mar 1994 03:12:53 +0000
parents 168667ab5085
children 3b56d4742266
comparison
equal deleted inserted replaced
6587:168667ab5085 6588:fa33a3332906
647 and the window's upper-left coordinates as FROMPOS.\n\ 647 and the window's upper-left coordinates as FROMPOS.\n\
648 Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\ 648 Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\
649 visible section of the buffer, and pass LINE and COL as TOPOS.") 649 visible section of the buffer, and pass LINE and COL as TOPOS.")
650 #endif 650 #endif
651 651
652 DEFUN ("compute-motion", Ffoo, Sfoo, 6, 6, 0, 652 DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 6, 6, 0,
653 0) 653 0)
654 (from, frompos, to, topos, width, offsets) 654 (from, frompos, to, topos, width, offsets)
655 Lisp_Object from, frompos, to, topos; 655 Lisp_Object from, frompos, to, topos;
656 Lisp_Object width, offsets; 656 Lisp_Object width, offsets;
657 { 657 {