diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp-run.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 17a9ab71f7e..a659d7f68b7 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -447,7 +447,7 @@ bytecode definition was not changed in the meantime)." (append comp-files-queue `((,file . ,load))) added-something t) (display-warning 'native-compiler - (format "No write access for %s skipping." + (format "Cannot write %s; skipping." out-filename))))))) ;; Perhaps nothing passed `native--compile-async-skip-p'? (when (and added-something diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 006e0fb4ead..3c7f047d203 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -70,8 +70,8 @@ ;; ;; Eric S. Raymond <esr@thyrsus.com> ;; ;; * Maintainer line --- should be a single name/address as in the Author -;; line, or an address only. If there is no maintainer -;; line, the person(s) in the Author field are presumed to be it. +;; line, or an address only. If there is no maintainer line, the person(s) in +;; the Author field are presumed to be it. ;; The idea behind these two fields is to be able to write a Lisp function ;; that does "send mail to the author" without having to mine the name out by ;; hand. Please be careful about surrounding the network address with <> if |