]> git.eshelyaron.com Git - emacs.git/commit
Improve docstrings of python.el import management
authorkobarity <kobarity@gmail.com>
Sun, 2 Mar 2025 08:37:36 +0000 (17:37 +0900)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:38:52 +0000 (19:38 +0100)
commit1bbeb8e7e6d7d4052d23e32c23c0fe2028eddb6b
treefe574ae9707e45e681c064c92729efa6ab709534
parent3ff34392e043a5c325f6ea1cd46a020b55d6dcec
Improve docstrings of python.el import management

Added notes that when adding import statements for a file that
does not belong to a project, it may take some time to find
candidate import statements in the default directory.

* lisp/progmodes/python.el (python-add-import)
(python-fix-imports): Improve docstring.  (Bug#74894)

(cherry picked from commit cf03c2b6093d3b555f758f033610a6015378de57)
lisp/progmodes/python.el