summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r--lisp/wid-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 8828236e3ea..bee7f8069ee 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -1229,7 +1229,7 @@ When not inside a field, signal an error."
(save-restriction
;; `widget-narrow-to-field' can be
;; active when this function is called
- ;; from an change-functions hook. So
+ ;; from a change-functions hook. So
;; temporarily remove field narrowing
;; before to call `get-char-property'.
(widen)
@@ -1802,7 +1802,7 @@ If END is omitted, it defaults to the length of LIST."
;;; The `url-link' Widget.
(define-widget 'url-link 'link
- "A link to an www page."
+ "A link to a web page."
:action 'widget-url-link-action)
(defun widget-url-link-action (widget &optional _event)