]> git.eshelyaron.com Git - emacs.git/commitdiff
(unread-command-char): Reflow obsolescence info.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 11 Dec 2006 16:14:15 +0000 (16:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 11 Dec 2006 16:14:15 +0000 (16:14 +0000)
lisp/subr.el

index f3cf45144a300ca7c774f963f87b2c0b0d11d286..086163cca72969c48f5249f2ceaf7eb264a3953a 100644 (file)
@@ -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.