| author | Dmitry Gutov <dmitry@gutov.dev> | 2026-09-06 15:44:49 +0300 |
|---|---|---|
| committer | Dmitry Gutov <dmitry@gutov.dev> | 2026-09-06 15:45:04 +0300 |
| commit | 7904066fb7c03c9fbfba57a7b8e1fcbfe28dc86b (patch) | |
| tree | 73140628c67323ea674fbc8cf0d6cb23640eef12 | |
| parent | 6e9fd53cca7bf9552a31613ae92eb6a14155d355 (diff) | |
| -rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 73159939d1a..09ca691d8d1 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -58,7 +58,7 @@
;; them. The latter functions correspond to built-in location types.
;;
;; More generally, a location must also be values that `cl-defmethod'
-;; can dispatch on, usually cl-strincs. Each of them implements
+;; can dispatch on, usually cl-structs. Each of them implements
;; `xref-location-group' and `xref-location-marker'.
;; `xref-location-line' is optional.
;;