From a17d948ba8edffee3d5cdd710ed495da93d72bda Mon Sep 17 00:00:00 2001 From: Gheorghe Savulescu Date: Sun, 3 Apr 2011 20:24:30 +0000 Subject: Bug 689093 #10/ HTML conformance: Replace remaining nested ""+"" with "" Revision #9030 already did many such replacements, here we do those that remained. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12355 a1074d23-0009-0410-80fe-cf8c14f379e6 --- gs/doc/Ps-style.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gs/doc/Ps-style.htm') diff --git a/gs/doc/Ps-style.htm b/gs/doc/Ps-style.htm index c8cee1e5c..a9a20bd8e 100644 --- a/gs/doc/Ps-style.htm +++ b/gs/doc/Ps-style.htm @@ -139,11 +139,11 @@ such as constant strings or dictionaries. During initialization, and occasionally afterwards, it may be necessary to store into a read-only dictionary, or to store a pointer to a dictionary in local VM into a dictionary in global VM. The operators -.forceput and .forceundef are available for +.forceput and .forceundef are available for this purpose. To make these operators inaccessible to ordinary programs, they are removed from systemdict at the end of initialization: system code that uses them should always use -bind and odef (or +bind and odef (or executeonly) to make uses of them inaccessible as well.

Standard constructions

@@ -425,7 +425,7 @@ operators
<obj1> <obj2> ... <objn> <n> .execn ... -
This executes obj1 through objn in that +
This executes obj1 through objn in that order, essentially equivalent to
@@ -438,7 +438,7 @@ except that it doesn't actually create the array.
 
<dict> <key> .knownget <value> true
<dict> <key> .knownget false -
This combines known and get in the +
This combines known and get in the obvious way.
<name> <proc> odef - @@ -449,7 +449,7 @@ obvious way. the body of a procedure (like an operator, unlike a procedure), but what will actually be executed will be proc. In addition, if the execution of proc is ended prematurely (by -stop, including the stop that is normally +stop, including the stop that is normally executed when an error occurs, or exit) and the operand and dictionary stacks are at least as deep as they were when the "operator" was invoked, the stacks will be cut back to their original depths before the -- cgit v1.2.1