From: Stefan Kangas Date: Fri, 11 Nov 2022 14:26:09 +0000 (+0100) Subject: ; * lisp/xwidget.el: Improve Commentary. X-Git-Tag: emacs-29.0.90~1616^2~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=014176f283aae2e0abc5138150f89afb6deb3d33;p=emacs.git ; * lisp/xwidget.el: Improve Commentary. --- 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 . ;;; 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)