changeset 74597:ee63ac76eb51

(unread-command-char): Reflow obsolescence info.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 11 Dec 2006 16:14:15 +0000
parents 9ac72b65c21a
children f91c735c3055
files lisp/subr.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.