diff options
| -rw-r--r-- | lisp/ldefs-boot.el | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 5ac7c4a877b..165e1f13b69 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -19407,18 +19407,21 @@ use \\[kmacro-name-last-macro]. | |||
| 19407 | Record subsequent keyboard input, defining a keyboard macro. | 19407 | Record subsequent keyboard input, defining a keyboard macro. |
| 19408 | The commands are recorded even as they are executed. | 19408 | The commands are recorded even as they are executed. |
| 19409 | 19409 | ||
| 19410 | Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the | 19410 | Initializes the macro's `kmacro-counter' to ARG (or 0 if no prefix arg) |
| 19411 | macro. | 19411 | before defining the macro. |
| 19412 | 19412 | ||
| 19413 | With \\[universal-argument], appends to current keyboard macro (keeping | 19413 | With \\[universal-argument], appends to current keyboard macro (keeping |
| 19414 | the current value of `kmacro-counter'). | 19414 | the current value of `kmacro-counter'). |
| 19415 | 19415 | ||
| 19416 | When defining/executing macro, inserts macro counter and increments | 19416 | When used during defining/executing a macro, inserts the current value |
| 19417 | the counter with ARG or 1 if missing. With \\[universal-argument], | 19417 | of `kmacro-counter' and increments the counter value by ARG (or by 1 if no |
| 19418 | inserts previous `kmacro-counter' (but do not modify counter). | 19418 | prefix argument). With just \\[universal-argument], inserts the current value |
| 19419 | of `kmacro-counter', but does not modify the counter; this is the | ||
| 19420 | same as incrementing the counter by zero. | ||
| 19419 | 19421 | ||
| 19420 | The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter]. | 19422 | The macro counter can be set directly via \\[kmacro-set-counter] and \\[kmacro-add-counter]. |
| 19421 | The format of the counter can be modified via \\[kmacro-set-format]. | 19423 | The format of the inserted value of the counter can be controlled |
| 19424 | via \\[kmacro-set-format]. | ||
| 19422 | 19425 | ||
| 19423 | \(fn ARG)" t nil) | 19426 | \(fn ARG)" t nil) |
| 19424 | 19427 | ||
| @@ -38667,20 +38670,10 @@ Zone out, completely. | |||
| 38667 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" | 38670 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" |
| 38668 | ;;;;;; "eshell/em-xtra.el" "facemenu.el" "faces.el" "files.el" "font-core.el" | 38671 | ;;;;;; "eshell/em-xtra.el" "facemenu.el" "faces.el" "files.el" "font-core.el" |
| 38669 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" | 38672 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" |
| 38670 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" | 38673 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el" |
| 38671 | ;;;;;; "international/charscript.el" "international/cp51932.el" | 38674 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el" |
| 38672 | ;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" | 38675 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" |
| 38673 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" | 38676 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" |
| 38674 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | ||
| 38675 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | ||
| 38676 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | ||
| 38677 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | ||
| 38678 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | ||
| 38679 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | ||
| 38680 | ;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" | ||
| 38681 | ;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" | ||
| 38682 | ;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" | ||
| 38683 | ;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | ||
| 38684 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 38677 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 38685 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 38678 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| 38686 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 38679 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |