Update doc comments in {init,config}.el templates

Fixed parts missing in ee972e7a3f
This commit is contained in:
zackteo 2020-06-07 20:02:59 +08:00
parent ee972e7a3f
commit 26e421e336
2 changed files with 3 additions and 3 deletions

View file

@ -47,8 +47,8 @@
;; - `map!' for binding new keys
;;
;; To get information about any of these functions/macros, move the cursor over
;; the highlighted symbol at press 'K' (non-evil users must press 'C-c g k').
;; the highlighted symbol at press 'K' (non-evil users must press 'C-c c k').
;; This will open documentation for it, including demos of how they are used.
;;
;; You can also try 'gd' (or 'C-c g d') to jump to their definition and see how
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.