]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/eww.el (eww-mode): Show keybindings in docstring.
authorStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 23:37:26 +0000 (01:37 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 23:37:35 +0000 (01:37 +0200)
lisp/net/eww.el

index 701dc4fade5e707565e2560e168ef383b56b3ab0..e9b31858073266ebd3f20b6f29e2ec7042a574e4 100644 (file)
@@ -1083,7 +1083,9 @@ the like."
 ;; Autoload cookie needed by desktop.el.
 ;;;###autoload
 (define-derived-mode eww-mode special-mode "eww"
-  "Mode for browsing the web."
+  "Mode for browsing the web.
+
+\\{eww-mode-map}"
   :interactive nil
   (setq-local eww-data (list :title ""))
   (setq-local browse-url-browser-function #'eww-browse-url)