emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 568b8b9: * lisp/net/eww.el (eww-mode): Show keybindings in docstr


From: Stefan Kangas
Subject: master 568b8b9: * lisp/net/eww.el (eww-mode): Show keybindings in docstring.
Date: Tue, 28 Sep 2021 19:44:03 -0400 (EDT)

branch: master
commit 568b8b977fc6b702655b2f9ca9f358aa1e6f12c4
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/net/eww.el (eww-mode): Show keybindings in docstring.
---
 lisp/net/eww.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 701dc4f..e9b3185 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]