diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-14 15:00:58 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-14 15:00:58 +0200 |
| commit | 878088719dc52ab7a470a094238666737ce5e8dc (patch) | |
| tree | 51ab86ebf696e48b8f1acf5f54976eba6e04b97e /Documentation | |
| parent | f76a7d96001cb18d932e78fc734669f29a37e6b5 (diff) | |
ido-enter-magit-status: fix doc-string and manual entry some more
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/magit.org | 6 | ||||
| -rw-r--r-- | Documentation/magit.texi | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org index f77b918..b724c2a 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -1132,9 +1132,9 @@ that it should be bound globally. We recommend using ~C-x g~: (kbd \"C-x g\") 'ido-enter-magit-status))) #+END_SRC - Starting with Emacs 25.1 that keymap is defined just once instead of - every time Ido is invoked, so now you can modify it like pretty much - every other keymap: + Starting with Emacs 25.1 the Ido keymaps are defined just once + instead of every time Ido is invoked, so now you can modify it + like pretty much every other keymap: #+BEGIN_SRC emacs-lisp (define-key ido-common-completion-map diff --git a/Documentation/magit.texi b/Documentation/magit.texi index f15f47b..a2ea400 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -1573,9 +1573,9 @@ To make this command available, use something like: (kbd \"C-x g\") 'ido-enter-magit-status))) @end lisp -Starting with Emacs 25.1 that keymap is defined just once instead of -every time Ido is invoked, so now you can modify it like pretty much -every other keymap: +Starting with Emacs 25.1 the Ido keymaps are defined just once +instead of every time Ido is invoked, so now you can modify it +like pretty much every other keymap: @lisp (define-key ido-common-completion-map |
