]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):
authorGlenn Morris <rgm@gnu.org>
Mon, 27 Nov 2017 19:25:35 +0000 (14:25 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 27 Nov 2017 19:25:35 +0000 (14:25 -0500)
Fix typo in previous.

lisp/emacs-lisp/bytecomp.el

index 7b17d9f2900aa1d9babcb7b7013c4782de703874..e4d8a202a3bc9ba2a4d42d6767e597ee88efb461 100644 (file)
@@ -177,7 +177,7 @@ are found in the same directory is hard-coded in various places in Emacs.)"
 If `byte-compile-dest-file-function' is non-nil, uses that
 function to do the work.  Otherwise, if FILENAME matches
 `emacs-lisp-file-regexp' (by default, files with the extension \".el\"),
-replaces the matching part (and anything after it) with \"\.elc\";
+replaces the matching part (and anything after it) with \".elc\";
 otherwise adds \".elc\"."
   (if byte-compile-dest-file-function
       (funcall byte-compile-dest-file-function filename)