; Fix doc string of 'emacs-lisp-byte-compile'

* lisp/progmodes/elisp-mode.el (emacs-lisp-byte-compile): Doc
fix.  (Bug#61784)
This commit is contained in:
Eli Zaretskii 2023-02-25 15:51:04 +02:00
parent 5cf50d6004
commit 3b8b23f66d

View file

@ -191,7 +191,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map."
menu) menu)
(defun emacs-lisp-byte-compile () (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) (interactive nil emacs-lisp-mode)
(if buffer-file-name (if buffer-file-name
(byte-compile-file buffer-file-name) (byte-compile-file buffer-file-name)