# HG changeset patch # User Juanma Barranquero # Date 1165853655 0 # Node ID ee63ac76eb51d14b61b6d5a91496ba44cdb627b7 # Parent 9ac72b65c21adc832da738fe443a3ad1bce2887a (unread-command-char): Reflow obsolescence info. diff -r 9ac72b65c21a -r ee63ac76eb51 lisp/subr.el --- a/lisp/subr.el Mon Dec 11 15:43:47 2006 +0000 +++ b/lisp/subr.el Mon Dec 11 16:14:15 2006 +0000 @@ -943,7 +943,8 @@ (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.