summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-12-11 16:14:15 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-12-11 16:14:15 +0000
commit304bbefcd432156fb067663ae588ebd268634589 (patch)
treee8f01f62bfa955f00ff730a35fe11c01c1e37398
parentfc96125678dddb603eb47f630aa9c994a736fdec (diff)
downloademacs-304bbefcd432156fb067663ae588ebd268634589.tar.gz
(unread-command-char): Reflow obsolescence info.
-rw-r--r--lisp/subr.el3
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.