]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix doc string of 'emacs-lisp-byte-compile'
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Feb 2023 13:51:04 +0000 (15:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Feb 2023 13:51:04 +0000 (15:51 +0200)
* lisp/progmodes/elisp-mode.el (emacs-lisp-byte-compile): Doc
fix.  (Bug#61784)

lisp/progmodes/elisp-mode.el

index 1c339d08148f52b947924dffbec9b926cb5bd89f..b2709616d22e8bb5273fd41624234042d88aaeb7 100644 (file)
@@ -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)