mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(unread-command-char): Reflow obsolescence info.
This commit is contained in:
parent
fc96125678
commit
304bbefcd4
1 changed files with 2 additions and 1 deletions
|
|
@ -943,7 +943,8 @@ is converted into a string by expressing it in decimal."
|
|||
(make-obsolete-variable 'directory-sep-char "do not use it." "21.1")
|
||||
(make-obsolete-variable 'mode-line-inverse-video "use the appropriate faces instead." "21.1")
|
||||
(make-obsolete-variable 'unread-command-char
|
||||
"use `unread-command-events' instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1."
|
||||
"use `unread-command-events' instead. That variable is a list of events
|
||||
to reread, so it now uses nil to mean `no event', instead of -1."
|
||||
"before 19.15")
|
||||
|
||||
;; Lisp manual only updated in 22.1.
|
||||
|
|
|
|||
Loading…
Reference in a new issue