Raymond Toy pushed to branch master at cmucl / cmucl Commits: 523b8fc3 by Raymond Toy at 2026-05-02T08:02:19-07:00 Update cmucl.pot for changed docstrings in with-temporary-file These were updated recently and I forgot to update the pot file at the same time. Update them now. No CI needed; we don't check the pot files anyway. [skip-ci] - - - - - 1 changed file: - src/i18n/locale/cmucl.pot Changes: ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -6031,10 +6031,10 @@ msgstr "" #: src/code/extensions.lisp msgid "" "Creates a temporary file with a name bound to Filename which a\n" -" namestring. If Directory is not provided, the temporary file is created\n" -" in a OS-dependent location. The Prefix is a prefix to the file name\n" -" to be created. If not provided a default prefix is used.\n" -" On completion, the file is automatically removed." +" namestring. If Directory is not provided, the temporary file is created\n" +" in a OS-dependent location. The Prefix is a prefix to the file name\n" +" to be created. If not provided a default prefix is used.\n" +" On completion, the file is automatically removed." msgstr "" #: src/code/extensions.lisp @@ -6053,11 +6053,11 @@ msgstr "" #: src/code/extensions.lisp msgid "" "Return a namestring to a temporary directory. If Directory is not\n" -" provided, the directory is created in an OS-dependent location. The\n" -" Prefix is a string that is used as a prefix for the name of the\n" -" temporary directory. If Prefix is not given, a default prefix is\n" -" used. The directory and all its contents are automatically removed\n" -" afterward." +" provided, the directory is created in an OS-dependent location. The\n" +" Prefix is a string that is used as a prefix for the name of the\n" +" temporary directory. If Prefix is not given, a default prefix is\n" +" used. The directory and all its contents are automatically removed\n" +" afterward." msgstr "" #: src/code/ext-code.lisp View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/523b8fc34dfac4b6c91065bb... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/523b8fc34dfac4b6c91065bb... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help
participants (1)
-
Raymond Toy (@rtoy)