You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							591 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							591 B
						
					
					
				| ;; Emacs Lisp program to insert nodes and menus in a TeXinfo file. | |
| 
 | |
| (texinfo-mode) | |
| (texinfo-insert-node-lines | |
|   (save-excursion (beginning-of-buffer) (point)) | |
|   (save-excursion (end-of-buffer) (point)) | |
|   t | |
| ) | |
| (texinfo-master-menu t) | |
| ;; The following is not needed because it is already done by the | |
| ;; (texinfo-master-menu t) command. | |
| ; (texinfo-every-node-update) | |
| ;; The following should not be needed because it should already done by the | |
| ;; (texinfo-master-menu t) command. Alas, `texinfo-master-menu' is buggy: | |
| ;; It forgets to create the `Customizing' menu... | |
| (texinfo-all-menus-update) | |
| 
 |