emacs-devel
[Top][All Lists]
Advanced

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

Re: package.el strings


From: Noam Postavsky
Subject: Re: package.el strings
Date: Sun, 24 Jun 2018 11:37:34 -0400

On 20 June 2018 at 12:19, Jean-Christophe Helary <address@hidden> wrote:
> Et voilĂ  !
>
> ===========================
> * lisp/emacs-lisp/package.el: reformat message strings for future l10n
> ===========================

Just one more question

> @@ -1015,6 +1017,7 @@ package-buffer-info
>    (let ((file-name (match-string-no-properties 1))
>          (desc      (match-string-no-properties 2))
>          (start     (line-beginning-position)))
> +;; The terminating comment could be a generic string that is not in English
>      (unless (search-forward (concat ";;; " file-name ".el ends here"))
>        (error "Package lacks a terminating comment"))

That comment is basically aspirational, right? That is, currently the
terminating comment can't be a generic string. So I would rephrase it
as

    ;; The terminating comment format could be extended to accept a
    ;; generic string that is not in English.

If you agree, I'll make that change and push.



reply via email to

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