comparison lisp/repeat.el @ 23109:f47c04fb4aab

(repeat): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 26 Aug 1998 20:43:57 +0000
parents 7fd17414e625
children 242836a572c4
comparison
equal deleted inserted replaced
23108:0005f4030460 23109:f47c04fb4aab
205 "The previous repeated command.") 205 "The previous repeated command.")
206 206
207 ;;;###autoload 207 ;;;###autoload
208 (defun repeat (repeat-arg) 208 (defun repeat (repeat-arg)
209 "Repeat most recently executed command. 209 "Repeat most recently executed command.
210 With prefix arg, apply new prefix arg to that command; otherwise, maintain 210 With prefix arg, apply new prefix arg to that command; otherwise, use
211 prefix arg of most recently executed command if it had one. 211 the prefix arg that was used before (if any).
212 This command is like the `.' command in the vi editor. 212 This command is like the `.' command in the vi editor.
213 213
214 If this command is invoked by a multi-character key sequence, it can then 214 If this command is invoked by a multi-character key sequence, it can then
215 be repeated by repeating the final character of that sequence. This behavior 215 be repeated by repeating the final character of that sequence. This behavior
216 can be modified by the global variable `repeat-on-final-keystroke'." 216 can be modified by the global variable `repeat-on-final-keystroke'."