]> git.eshelyaron.com Git - emacs.git/commit
Fix documentation of define-obsolete-* functions
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Dec 2019 09:13:25 +0000 (11:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Dec 2019 09:13:25 +0000 (11:13 +0200)
commit32222fb34cc784f0cfc1716294818fd69233b06c
treed422c228640d6088bda8e6227bc9abd45c95c09c
parent3434ac67b9ec6b1d19f1c5ebb7d23b0b62dadac9
Fix documentation of define-obsolete-* functions

* doc/lispref/functions.texi (Obsolete Functions): Make
documentation of functions that obsolete symbols match the
advertised calling conventions.

* lisp/emacs-lisp/byte-run.el (define-obsolete-function-alias)
(define-obsolete-variable-alias, define-obsolete-face-alias):
State in the doc strings that WHEN is a mandatory argument, to be
consistent with the advertised calling convention.  (Bug#38675)
doc/lispref/functions.texi
lisp/emacs-lisp/byte-run.el