From 3b8b23f66df2c52add54b764a37925818c426581 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 25 Feb 2023 15:51:04 +0200 Subject: [PATCH] ; Fix doc string of 'emacs-lisp-byte-compile' * lisp/progmodes/elisp-mode.el (emacs-lisp-byte-compile): Doc fix. (Bug#61784) --- lisp/progmodes/elisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5