comparison lisp/autoarg.el @ 74257:5c36efa11051

(autoarg-kp-mode): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 16:42:42 +0000
parents 3bd95f4f2941
children ddcbd2c1b70d
comparison
equal deleted inserted replaced
74256:9b80e932389f 74257:5c36efa11051
117 (define-minor-mode autoarg-kp-mode 117 (define-minor-mode autoarg-kp-mode
118 "Toggle Autoarg-KP minor mode globally. 118 "Toggle Autoarg-KP minor mode globally.
119 With ARG, turn Autoarg mode on if ARG is positive, off otherwise. 119 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
120 \\<autoarg-kp-mode-map> 120 \\<autoarg-kp-mode-map>
121 This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1' 121 This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
122 &c to supply digit arguments. 122 etc. to supply digit arguments.
123 123
124 \\{autoarg-kp-mode-map}" 124 \\{autoarg-kp-mode-map}"
125 nil " Aakp" autoarg-kp-mode-map :global t :group 'keyboard 125 nil " Aakp" autoarg-kp-mode-map :global t :group 'keyboard
126 (if autoarg-kp-mode 126 (if autoarg-kp-mode
127 (dotimes (i 10) 127 (dotimes (i 10)