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 /lisp | |
| parent | f76a7d96001cb18d932e78fc734669f29a37e6b5 (diff) | |
ido-enter-magit-status: fix doc-string and manual entry some more
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/magit.el b/lisp/magit.el index e6c165d..c541a74 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -427,9 +427,9 @@ To make this command available use something like: (define-key ido-completion-map (kbd \"C-x g\") 'ido-enter-magit-status))) -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: (define-key ido-common-completion-map (kbd \"C-x g\") 'ido-enter-magit-status)" |
