projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
735c8b5
)
* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Tue, 21 Nov 2017 18:28:00 +0000
(13:28 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 21 Nov 2017 18:28:00 +0000
(13:28 -0500)
lisp/emacs-lisp/byte-run.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-run.el
b/lisp/emacs-lisp/byte-run.el
index e4f21c9d6d41e81cad28967ecb26436c197d9ca1..d6c43ecf4626655b1e337d3af3ffc44688f433ee 100644
(file)
--- a/
lisp/emacs-lisp/byte-run.el
+++ b/
lisp/emacs-lisp/byte-run.el
@@
-322,6
+322,7
@@
You don't need this. (See bytecomp.el commentary for more details.)
(defmacro defsubst (name arglist &rest body)
"Define an inline function. The syntax is just like that of `defun'.
+
\(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)"
(declare (debug defun) (doc-string 3))
(or (memq (get name 'byte-optimizer)