diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-29 01:37:26 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-29 01:37:35 +0200 |
commit | 568b8b977fc6b702655b2f9ca9f358aa1e6f12c4 (patch) | |
tree | 56431ecbd0d131bfc01c0386cd64cc2145f7a797 /lisp | |
parent | 2d1564103e2024eeb4377b473f28e1523a5206bc (diff) | |
download | emacs-568b8b977fc6b702655b2f9ca9f358aa1e6f12c4.tar.gz |
* lisp/net/eww.el (eww-mode): Show keybindings in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/eww.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 701dc4fade5..e9b31858073 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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) |