diff options
| author | Juanma Barranquero | 2006-12-11 16:14:15 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-11 16:14:15 +0000 |
| commit | 304bbefcd432156fb067663ae588ebd268634589 (patch) | |
| tree | e8f01f62bfa955f00ff730a35fe11c01c1e37398 | |
| parent | fc96125678dddb603eb47f630aa9c994a736fdec (diff) | |
| download | emacs-304bbefcd432156fb067663ae588ebd268634589.tar.gz emacs-304bbefcd432156fb067663ae588ebd268634589.zip | |
(unread-command-char): Reflow obsolescence info.
| -rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index f3cf45144a3..086163cca72 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -943,7 +943,8 @@ is converted into a string by expressing it in decimal." | |||
| 943 | (make-obsolete-variable 'directory-sep-char "do not use it." "21.1") | 943 | (make-obsolete-variable 'directory-sep-char "do not use it." "21.1") |
| 944 | (make-obsolete-variable 'mode-line-inverse-video "use the appropriate faces instead." "21.1") | 944 | (make-obsolete-variable 'mode-line-inverse-video "use the appropriate faces instead." "21.1") |
| 945 | (make-obsolete-variable 'unread-command-char | 945 | (make-obsolete-variable 'unread-command-char |
| 946 | "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." | 946 | "use `unread-command-events' instead. That variable is a list of events |
| 947 | to reread, so it now uses nil to mean `no event', instead of -1." | ||
| 947 | "before 19.15") | 948 | "before 19.15") |
| 948 | 949 | ||
| 949 | ;; Lisp manual only updated in 22.1. | 950 | ;; Lisp manual only updated in 22.1. |