comparison lisp/emulation/vip.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents f14639c69ed3
children 506881d20003
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
625 (- com) com) 625 (- com) com)
626 reg)))) 626 reg))))
627 627
628 (defun vip-repeat (arg) 628 (defun vip-repeat (arg)
629 "(ARG) Re-execute last destructive command. vip-d-com has the form 629 "(ARG) Re-execute last destructive command. vip-d-com has the form
630 (COM ARG CH REG), where COM is the command to be re-executed, ARG is the 630 \(COM ARG CH REG), where COM is the command to be re-executed, ARG is the
631 argument for COM, CH is a flag for repeat, and REG is optional and if exists 631 argument for COM, CH is a flag for repeat, and REG is optional and if exists
632 is the name of the register for COM." 632 is the name of the register for COM."
633 (interactive "P") 633 (interactive "P")
634 (if (eq last-command 'vip-undo) 634 (if (eq last-command 'vip-undo)
635 ;; if the last command was vip-undo, then undo-more 635 ;; if the last command was vip-undo, then undo-more