; 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:
parent
5cf50d6004
commit
3b8b23f66d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue