diff options
| -rw-r--r-- | lisp/progmodes/hideshow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 397d3a69a45..b29df2828e7 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -869,7 +869,7 @@ Key bindings: | |||
| 869 | ["Show All" hs-show-all "\C-c@\C-\M-s"] | 869 | ["Show All" hs-show-all "\C-c@\C-\M-s"] |
| 870 | ["Hide Level" hs-hide-level "\C-c@\C-l"] | 870 | ["Hide Level" hs-hide-level "\C-c@\C-l"] |
| 871 | ["Toggle Hiding" hs-toggle-hiding "\C-c@\C-c"] | 871 | ["Toggle Hiding" hs-toggle-hiding "\C-c@\C-c"] |
| 872 | [nil hs-mouse-toggle-hiding [(shift button2)]] | 872 | [nil hs-mouse-toggle-hiding [(shift mouse-2)]] |
| 873 | ))))) | 873 | ))))) |
| 874 | 874 | ||
| 875 | ;; some housekeeping | 875 | ;; some housekeeping |