[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-28 ac2cdb8a46: * lisp/progmodes/xref.el (xref-file-name-display):
From: |
Philipp Stephani |
Subject: |
emacs-28 ac2cdb8a46: * lisp/progmodes/xref.el (xref-file-name-display): Fix docstring. |
Date: |
Fri, 14 Jan 2022 16:01:43 -0500 (EST) |
branch: emacs-28
commit ac2cdb8a460243ab25aadc6baf5472d77abe070f
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>
* lisp/progmodes/xref.el (xref-file-name-display): Fix docstring.
---
lisp/progmodes/xref.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 2311db426d..0ee7dd5cad 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -118,16 +118,16 @@ When it is a file name, it should be the \"expanded\"
version.")
(defcustom xref-file-name-display 'project-relative
"Style of file name display in *xref* buffers.
-If the value is the symbol `abs', the default, show the file names
-in their full absolute form.
+If the value is the symbol `abs', show the file names in their
+full absolute form.
If `nondirectory', show only the nondirectory (a.k.a. \"base name\")
part of the file name.
-If `project-relative', show only the file name relative to the
-current project root. If there is no current project, or if the
-file resides outside of its root, show that particular file name
-in its full absolute form."
+If `project-relative', the default, show only the file name
+relative to the current project root. If there is no current
+project, or if the file resides outside of its root, show that
+particular file name in its full absolute form."
:type '(choice (const :tag "absolute file name" abs)
(const :tag "nondirectory file name" nondirectory)
(const :tag "relative to project root" project-relative))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-28 ac2cdb8a46: * lisp/progmodes/xref.el (xref-file-name-display): Fix docstring.,
Philipp Stephani <=