FUEL: Fix for symbol words display in vocab help pages.
							parent
							
								
									3ee5772c88
								
							
						
					
					
						commit
						37760a0852
					
				| 
						 | 
					@ -376,12 +376,12 @@
 | 
				
			||||||
        (when (looking-at "Word *Stack effect$")
 | 
					        (when (looking-at "Word *Stack effect$")
 | 
				
			||||||
          (push '("Word" "Stack effect") rows)
 | 
					          (push '("Word" "Stack effect") rows)
 | 
				
			||||||
          (forward-line))
 | 
					          (forward-line))
 | 
				
			||||||
        (while (looking-at "\\(.+?\\) +\\(( .*\\)?$")
 | 
					        (while (looking-at "\\(.+?\\)\\( +\\(( .*\\)\\)?$")
 | 
				
			||||||
          (let ((word `($link ,(match-string-no-properties 1)
 | 
					          (let ((word `($link ,(match-string-no-properties 1)
 | 
				
			||||||
                              ,(match-string-no-properties 1)
 | 
					                              ,(match-string-no-properties 1)
 | 
				
			||||||
                              word))
 | 
					                              word))
 | 
				
			||||||
                (se (and (match-string-no-properties 2)
 | 
					                (se (and (match-string-no-properties 3)
 | 
				
			||||||
                         `(($snippet ,(match-string-no-properties 2))))))
 | 
					                         `(($snippet ,(match-string-no-properties 3))))))
 | 
				
			||||||
            (push `(,word ,@se) rows))
 | 
					            (push `(,word ,@se) rows))
 | 
				
			||||||
          (forward-line))
 | 
					          (forward-line))
 | 
				
			||||||
        (push `(,heading ($table ,@(reverse rows))) elems))
 | 
					        (push `(,heading ($table ,@(reverse rows))) elems))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue