1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

* lisp/net/eww.el (eww-mode): Show keybindings in docstring.

This commit is contained in:
Stefan Kangas 2021-09-29 01:37:26 +02:00
parent 2d1564103e
commit 568b8b977f

View 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)