aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorDmitry Gutov2019-05-24 04:53:39 +0300
committerDmitry Gutov2019-05-24 04:53:39 +0300
commit8cdb9d9d24be0894ec3adc79f7f4af61e131850e (patch)
tree05cfdc9237eaf1abe30911caca26e95e2c68f4bd /src/eval.c
parent62349fe82ad42d7d2a7fb19e40860ee5d6ebd017 (diff)
parent5b6401b001c770f5426597175a90ba78ddca79ef (diff)
downloademacs-8cdb9d9d24be0894ec3adc79f7f4af61e131850e.tar.gz
emacs-8cdb9d9d24be0894ec3adc79f7f4af61e131850e.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index 567c32e0d75..5bba8766373 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -544,8 +544,8 @@ usage: (quote ARG) */)
544 544
545DEFUN ("function", Ffunction, Sfunction, 1, UNEVALLED, 0, 545DEFUN ("function", Ffunction, Sfunction, 1, UNEVALLED, 0,
546 doc: /* Like `quote', but preferred for objects which are functions. 546 doc: /* Like `quote', but preferred for objects which are functions.
547In byte compilation, `function' causes its argument to be compiled. 547In byte compilation, `function' causes its argument to be handled by
548`quote' cannot do that. 548the byte compiler. `quote' cannot do that.
549usage: (function ARG) */) 549usage: (function ARG) */)
550 (Lisp_Object args) 550 (Lisp_Object args)
551{ 551{