Fix typo, and uppercase a key

This commit is contained in:
duianto 2020-09-28 16:05:34 +02:00
parent 5812d52e6d
commit ce7c2f05d9
2 changed files with 8 additions and 8 deletions

View File

@ -3586,11 +3586,11 @@ Other:
Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei Iakovlev, Sergio Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei Iakovlev, Sergio
Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Soobin Rho, sorawee, Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Soobin Rho, sorawee,
SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, Sylvain Benner, Szunti, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, Sylvain Benner, Szunti,
Thijs Vermeir, Tianyi Wang, Tim Stewart, timor, TinySong, Titov Andrey, Thomas Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart, timor, TinySong, Titov
de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11,
Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann, Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin,
Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane
Xin) Sterling, zer09, Zhige Xin)
**** Documentation and website **** Documentation and website
- DOCUMENTATION.org: - DOCUMENTATION.org:
- Fixed the example for how to change the separator style - Fixed the example for how to change the separator style

View File

@ -80,11 +80,11 @@
(evil-set-initial-state 'Custom-mode 'normal) (evil-set-initial-state 'Custom-mode 'normal)
;; Notes on how this effects the default `custom-mode-map': ;; Notes on how this effects the default `custom-mode-map':
;; - `TAB' works as `widget-forward' without modification ;; - `TAB' works as `widget-forward' without modification
;; - `<S-tab>' works as `widget-backward' without modification ;; - `<S-TAB>' works as `widget-backward' without modification
;; - `n' as `widget-forward' is redundant with `TAB' and collides with the ;; - `n' as `widget-forward' is redundant with `TAB' and collides with the
;; - `evil-ex-search-next' mapping which is useful here. Omitting ;; - `evil-ex-search-next' mapping which is useful here. Omitting
;; intensionally. ;; intensionally.
;; - `p' doesn't make any sense without `n' and is redundant with `<S-tab>'. ;; - `p' doesn't make any sense without `n' and is redundant with `<S-TAB>'.
;; Omitting intensionally. ;; Omitting intensionally.
;; - `q' as `Custom-buffer-done' conflicts with the Evil record macro ;; - `q' as `Custom-buffer-done' conflicts with the Evil record macro
;; binding, which is, however, of questionable value in a Custom buffer; ;; binding, which is, however, of questionable value in a Custom buffer;
@ -93,7 +93,7 @@
;; - `SPC' as `scroll-up-command' conflicts with the all-important Spacemacs ;; - `SPC' as `scroll-up-command' conflicts with the all-important Spacemacs
;; menu. Omitting intensionally. Evil `C-u' works instead. ;; menu. Omitting intensionally. Evil `C-u' works instead.
;; - `S-SPC' as `scroll-down-command' makes no sense without `SPC' as ;; - `S-SPC' as `scroll-down-command' makes no sense without `SPC' as
;; `scroll-up-command'. Evil `C-u' works instead. ;; `scroll-up-command'. Evil `C-d' works instead.
;; - `C-x' as a prefix command still works. ;; - `C-x' as a prefix command still works.
;; - `C-c' as a prefix command still works. ;; - `C-c' as a prefix command still works.
;; - `u' as `Custom-goto-parent' conflicts with Evil undo. However it is ;; - `u' as `Custom-goto-parent' conflicts with Evil undo. However it is