emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b5ff3e0 1/2: project-or-external-find-file doc string fix


From: Lars Ingebrigtsen
Subject: master b5ff3e0 1/2: project-or-external-find-file doc string fix
Date: Sat, 14 Nov 2020 10:24:47 -0500 (EST)

branch: master
commit b5ff3e0e0c94f3bc53e0e71dd21445ddef5ed129
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    project-or-external-find-file doc string fix
    
    * lisp/progmodes/project.el (project-or-external-find-file): Doc
    string fix -- it's not "recognizing" file names (bug#44588).
---
 lisp/progmodes/project.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 09e60c0..a395453 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -754,8 +754,7 @@ The completion default is the string at point."
 ;;;###autoload
 (defun project-or-external-find-file ()
   "Visit a file (with completion) in the current project or external roots.
-The completion default is the filename at point, if one is
-recognized."
+The completion default is the string at point."
   (interactive)
   (let* ((pr (project-current t))
          (dirs (cons



reply via email to

[Prev in Thread] Current Thread [Next in Thread]