diff options
| -rw-r--r-- | lisp/net/eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index e43ef2bfe8b..d8a66b2ce32 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -100,7 +100,7 @@ no parameters) that returns a directory name." | |||
| 100 | Each of the elements is a function returning either a string or a list | 100 | Each of the elements is a function returning either a string or a list |
| 101 | of strings. The results will be joined into a single list with | 101 | of strings. The results will be joined into a single list with |
| 102 | duplicate entries (if any) removed." | 102 | duplicate entries (if any) removed." |
| 103 | :version "27.1" | 103 | :version "30.1" |
| 104 | :group 'eww | 104 | :group 'eww |
| 105 | :type 'hook | 105 | :type 'hook |
| 106 | :options '(eww-links-at-point | 106 | :options '(eww-links-at-point |