]> git.eshelyaron.com Git - emacs.git/commit
identity, ignore: Make arg names more consistent with docs
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 10 Oct 2019 04:00:20 +0000 (06:00 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 10 Oct 2019 04:00:20 +0000 (06:00 +0200)
commitb3314ac5c43414a5de518794d002aa3801ed809f
treedcd2db75f987bbe79e5acdda36cd0f796151533c
parent46d11bcfa381c13a9719b7ecd3f9d4cc92c34089
identity, ignore: Make arg names more consistent with docs

* lisp/subr.el (ignore): Rename argument IGNORE to ARGUMENTS.

* src/fns.c (Fidentity): Rename ARG to ARGUMENT.

* doc/lispref/functions.texi (Calling Functions): Fix references.
doc/lispref/functions.texi
lisp/subr.el
src/fns.c