projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf50d6
)
; Fix doc string of 'emacs-lisp-byte-compile'
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Feb 2023 13:51:04 +0000
(15:51 +0200)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 1c339d08148f52b947924dffbec9b926cb5bd89f..b2709616d22e8bb5273fd41624234042d88aaeb7 100644
(file)
--- 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)