aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorKim F. Storm2005-02-09 15:50:47 +0000
committerKim F. Storm2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lispref
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/modes.texi3
-rw-r--r--lispref/processes.texi2
-rw-r--r--lispref/text.texi2
3 files changed, 3 insertions, 4 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index ca03249e93d..d3f12d158b7 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1355,8 +1355,7 @@ A list whose first element is the symbol @code{:propertize} says to
1355process the mode-line construct @var{elt} recursively and add the text 1355process the mode-line construct @var{elt} recursively and add the text
1356properties specified by @var{props} to the result. The argument 1356properties specified by @var{props} to the result. The argument
1357@var{props} should consist of zero or more pairs @var{text-property} 1357@var{props} should consist of zero or more pairs @var{text-property}
1358@var{value}. (This feature is new as of Emacs 21.4.) 1358@var{value}. (This feature is new as of Emacs 22.1.)
1359@c FIXME: This might be Emacs 21.5.
1360 1359
1361@item (@var{symbol} @var{then} @var{else}) 1360@item (@var{symbol} @var{then} @var{else})
1362A list whose first element is a symbol that is not a keyword specifies a 1361A list whose first element is a symbol that is not a keyword specifies a
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 51d3d4c9845..d0d65fbfc2d 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1314,7 +1314,7 @@ Not all operating systems support waiting periods other than multiples
1314of a second; on those that do not, you get an error if you specify 1314of a second; on those that do not, you get an error if you specify
1315nonzero @var{millisec}. 1315nonzero @var{millisec}.
1316 1316
1317@c Emacs 21.4 feature 1317@c Emacs 22.1 feature
1318If @var{process} is a process, and the argument @var{just-this-one} is 1318If @var{process} is a process, and the argument @var{just-this-one} is
1319non-@code{nil}, only output from that process is handled, suspending output 1319non-@code{nil}, only output from that process is handled, suspending output
1320from other processes until some output has been received from that 1320from other processes until some output has been received from that
diff --git a/lispref/text.texi b/lispref/text.texi
index 2237bc0cc90..f60dd9282b8 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -2886,7 +2886,7 @@ Strictly speaking, @code{font-lock-face} is not a built-in text
2886property; rather, it is implemented in Font Lock mode using 2886property; rather, it is implemented in Font Lock mode using
2887@code{char-property-alias-alist}. @xref{Examining Properties}. 2887@code{char-property-alias-alist}. @xref{Examining Properties}.
2888 2888
2889This property is new in Emacs 21.4. 2889This property is new in Emacs 22.1.
2890 2890
2891@item mouse-face 2891@item mouse-face
2892@kindex mouse-face @r{(text property)} 2892@kindex mouse-face @r{(text property)}