diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-22 14:49:59 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-03-22 14:49:59 +0100 |
| commit | 19ded46eca3addc953e88f08193d1e6611c69526 (patch) | |
| tree | 1fc9a181e76e829c21647b22eb45118499730049 /compat-29.el | |
| parent | 7775c3185764337b8a78c3005aab4a11aa80dfe8 (diff) | |
Improve defvar-keymap docstring.
emacs-29 commit eed240bc022cef4ef0f2b12bd2ff116eb6b9581d
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/compat-29.el b/compat-29.el index c74a866..8a22639 100644 --- a/compat-29.el +++ b/compat-29.el @@ -1209,14 +1209,17 @@ value can also be a property list with properties `:enter' and :repeat (:enter (commands ...) :exit (commands ...)) `:enter' specifies the list of additional commands that only -enter `repeat-mode'. When the list is empty, then by default all -commands in the map enter `repeat-mode'. This is useful when -there is a command that has the `repeat-map' symbol property, but -doesn't exist in this specific map. `:exit' is a list of -commands that exit `repeat-mode'. When the list is empty, no -commands in the map exit `repeat-mode'. This is useful when a -command exists in this specific map, but it doesn't have the -`repeat-map' symbol property on its symbol. +enter `repeat-mode'. When the list is empty, then only the +commands defined in the map enter `repeat-mode'. Specifying a +list of commands is useful when there are commands that have the +`repeat-map' symbol property, but don't exist in this specific +map. + +`:exit' is a list of commands that exit `repeat-mode'. When the +list is empty, no commands in the map exit `repeat-mode'. +Specifying a list of commands is useful when those commands exist +in this specific map, but should not have the `repeat-map' symbol +property. \(fn VARIABLE-NAME &key DOC FULL PARENT SUPPRESS NAME PREFIX KEYMAP REPEAT &rest [KEY DEFINITION]...)" (declare (indent 1)) |
