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:
parent
2d1564103e
commit
568b8b977f
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue