diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2021-10-01 03:05:56 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2021-10-01 03:05:56 +0300 |
commit | 205eb7f8014d5426b722e57c965385f770c707d7 (patch) | |
tree | 8def9ad176e202266c76151ca670ae8be8cd42be /lisp/progmodes/xref.el | |
parent | 86da812afb2572c7fead2bb07570b976bffd7c55 (diff) | |
download | emacs-205eb7f8014d5426b722e57c965385f770c707d7.tar.gz emacs-205eb7f8014d5426b722e57c965385f770c707d7.tar.bz2 emacs-205eb7f8014d5426b722e57c965385f770c707d7.zip |
; s/class/type
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r-- | lisp/progmodes/xref.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index f151a980bbc..267ee16400e 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -99,7 +99,7 @@ When it is a file name, it should be the \"expanded\" version.") "Return the length of the match." nil) -;;;; Commonly needed location classes are defined here: +;;;; Commonly needed location types are defined here: (defcustom xref-file-name-display 'project-relative "Style of file name display in *xref* buffers. @@ -999,7 +999,7 @@ to that style. Otherwise it is returned unchanged." ;; `tags-apropos-additional-actions', is pretty lax. But we don't ;; want to use `file-exists-p' for performance reasons. If this ;; ever turns out to be a problem, some other alternatives are to - ;; either have every location class which uses file names format the + ;; either have every location type which uses file names format the ;; values themselves (e.g. by piping through some public function), ;; or adding a new accessor to locations, like GROUP-TYPE. (cl-ecase xref-file-name-display |