diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-12-11 16:14:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-12-11 16:14:15 +0000 |
commit | 304bbefcd432156fb067663ae588ebd268634589 (patch) | |
tree | e8f01f62bfa955f00ff730a35fe11c01c1e37398 | |
parent | fc96125678dddb603eb47f630aa9c994a736fdec (diff) | |
download | emacs-304bbefcd432156fb067663ae588ebd268634589.tar.gz |
(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." (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. |