diff --git a/README.org b/README.org index 9bb56bf..0be1eb7 100644 --- a/README.org +++ b/README.org @@ -1009,12 +1009,11 @@ Emacs. Try {{{kbd(C-h o)}}} instead of {{{kbd(C-h f)}}} or {{{kbd(C-h v)}}}. :CUSTOM_ID: sec:shortdoc-display-group :END: -Listing [[lst:configure-shortdoc]] binds {{{kbd(C-h y)}}} to -=shortdoc-display-group=. +Listing [[lst:setup-shortdoc]] binds {{{kbd(C-h y)}}} to =shortdoc-display-group=. -#+caption[Configure =shortdoc=]: -#+caption: Configure =shortdoc=. -#+name: lst:configure-shortdoc +#+caption[Setup =shortdoc=]: +#+caption: Setup =shortdoc=. +#+name: lst:setup-shortdoc #+begin_src emacs-lisp -n :results silent (when (fboundp 'shortdoc-display-group) (keymap-set help-map "y" #'shortdoc-display-group))