diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 1c339d08148..b2709616d22 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -191,7 +191,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map." menu) (defun emacs-lisp-byte-compile () - "Byte compile the file containing the current buffer." + "Byte-compile the current buffer's file." (interactive nil emacs-lisp-mode) (if buffer-file-name (byte-compile-file buffer-file-name)