emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 3b8b23f66df: ; Fix doc string of 'emacs-lisp-byte-compile'


From: Eli Zaretskii
Subject: emacs-29 3b8b23f66df: ; Fix doc string of 'emacs-lisp-byte-compile'
Date: Sat, 25 Feb 2023 08:51:43 -0500 (EST)

branch: emacs-29
commit 3b8b23f66df2c52add54b764a37925818c426581
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]