summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-11 15:26:09 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-11 15:27:13 +0100
commit014176f283aae2e0abc5138150f89afb6deb3d33 (patch)
treec490af692b91efbbc5da02976f1bb3d40fd58fcb
parent6d9065b7487f35297994117bb1144f46ffa45313 (diff)
downloademacs-014176f283aae2e0abc5138150f89afb6deb3d33.tar.gz
emacs-014176f283aae2e0abc5138150f89afb6deb3d33.tar.bz2
emacs-014176f283aae2e0abc5138150f89afb6deb3d33.zip
; * lisp/xwidget.el: Improve Commentary.
-rw-r--r--lisp/xwidget.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 109748baec6..8db611265a6 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -20,15 +20,16 @@
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
-;;
-;; See xwidget.c for more api functions.
+
+;; See Info node `(emacs) Embedded WebKit Widgets' for help, and
+;; xwidget.c for more API functions.
+
+;;; Code:
;; This breaks compilation when we don't have xwidgets.
;; And is pointless when we do, since it's in C and so preloaded.
;;(require 'xwidget-internal)
-;;; Code:
-
(require 'cl-lib)
(require 'bookmark)
(require 'format-spec)