mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 01:40:53 -08:00
Fix previous change.
This commit is contained in:
parent
0a3e46de17
commit
49c650714b
2 changed files with 4 additions and 5 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
;; Major modes for other languages may use Eldoc by defining an
|
||||
;; appropriate function as the buffer-local value of
|
||||
;; `eldoc-print-current-symbol-info-function'.
|
||||
;; `eldoc-documentation-function'.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
|
|
@ -1722,10 +1722,9 @@ stage in the future.
|
|||
@defmac make-obsolete-variable variable new &optional when
|
||||
This macro makes the byte-compiler warn that the variable
|
||||
@var{variable} is obsolete. If @var{new} is a symbol, it is the
|
||||
variable's new name; the warning messages say to use @var{new}
|
||||
instead of @var{variable}.
|
||||
If @var{new} is a string, this is the message and there is no
|
||||
replacement variable.
|
||||
variable's new name; then the warning messages says to use @var{new}
|
||||
instead of @var{variable}. If @var{new} is a string, this is the
|
||||
message and there is no replacement variable.
|
||||
|
||||
If provided, @var{when} should be a string indicating when the
|
||||
variable was first made obsolete---for example, a date or a release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue