mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
ui: Change module import suggestion string.
Change-Id: I16c61985969ecf714ebc3323089cfac38d5835bb Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
35770c78a2
commit
6c8b81ee57
1 changed files with 2 additions and 2 deletions
|
|
@ -368,8 +368,8 @@ arguments."
|
|||
(#f
|
||||
(display-hint (G_ "Did you forget a @code{use-modules} form?")))
|
||||
((? module? module)
|
||||
(display-hint (G_ "Did you forget @code{(use-modules ~a)}?")
|
||||
(module-name module)))))))
|
||||
(display-hint (G_ "Did you forget @code{(use-modules ~a)} or @code{#:use-module ~a}?")
|
||||
(module-name module) (module-name module)))))))
|
||||
|
||||
(define (check-module-matches-file module file)
|
||||
"Check whether FILE starts with 'define-module MODULE' and print a hint if
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue