File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ the window. To better understand what this means, add the option
140140        (should (equal "hello, world!" 
141141                       (buffer-string)))))) 
142142
143- The  above fail, and in the error message,  and the buffers listed 
144- there, you'll see the entire Emacs frame that was grabbed, including 
145- the mode line and message area.
143+ Running the  above with ERT will  fail, and in the error message and the
144+ buffers listed  there, you'll see the entire Emacs frame that was
145+ grabbed, including  the mode line and message area.
146146
147147``turtles-with-grab-buffers `` (:ref: `grab `) supports different keyword
148148arguments that let you choose a section of the screen to grab and
Original file line number Diff line number Diff line change @@ -345,17 +345,17 @@ to ask the instance to create a new frame to show the buffer.
345345@code {turtles-with-grab-buffer } doesn’t just grab the window content, but
346346actually the whole frame, then strips out everything that’s outside
347347the window. To better understand what this means, add the option
348- @code {frame  t }, as shown below, and run the tests again:
348+ @code {: framet }, as shown below, and run the tests again:
349349
350350@example 
351351(turtles-with-grab-buffer (:frame t) 
352352  (should (equal "hello, world!" 
353353                 (buffer-string)))))) 
354354@end example 
355355
356- The  above fail, and in the error message,  and the buffers listed 
357- there, you’ll see the entire Emacs frame that was grabbed, including 
358- the mode line and message area.
356+ Running the  above with ERT will  fail, and in the error message and the
357+ buffers listed  there, you’ll see the entire Emacs frame that was
358+ grabbed, including  the mode line and message area.
359359
360360@code {turtles-with-grab-buffers } (@ref {c ,,Screen  Grab }) supports different keyword
361361arguments that let you choose a section of the screen to grab and
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments