]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/xwidget.el: Improve Commentary.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 11 Nov 2022 14:26:09 +0000 (15:26 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 11 Nov 2022 14:27:13 +0000 (15:27 +0100)
lisp/xwidget.el

index 109748baec647254e64aec43aaab7f42ed2641cd..8db611265a6313ceeff06a8284454eeea4ca9ece 100644 (file)
 ;; 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)