From 92edca3ea7a482d59a9086b1cb61413ed8604b67 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 10 Apr 2021 19:19:39 +0700 Subject: Remove indentation from blocks in docs Many dozens (hundreds?) of documentation code blocks were indented to match the surrounding XML or just arbitrarily. The thing is: Inside tags, similar to
 tags, line feeds and leading
whitespace are being preserved, which looked very awkward in the HTML
documentation. While a few files were mostly correct in this respect,
which shows that it was meant to be like that, many others were not.
This was tedious, stupid work to fix, but it had to be done.

Please note that the documentation was in no way updated content-wise.
This is also overdue, but not my focus here.

Signed-off-by: Alexander Kriegisch 
---
 docs/devGuideDB/aspectj-mode.xml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

(limited to 'docs/devGuideDB/aspectj-mode.xml')

diff --git a/docs/devGuideDB/aspectj-mode.xml b/docs/devGuideDB/aspectj-mode.xml
index b54837964..e2ee862db 100644
--- a/docs/devGuideDB/aspectj-mode.xml
+++ b/docs/devGuideDB/aspectj-mode.xml
@@ -118,7 +118,7 @@
     	  M-x aspectj-jump-menu (C-x C-j)
     	  
     	    Display popup menu of advisers, advisees, and inter-type declarations.
-    	    Navigate to item by selecting with mouse 
+    	    Navigate to item by selecting with mouse
             (see figure below).
     	  
     	
@@ -208,9 +208,10 @@
     	The files in this package need to be in the load-path and
     	``required''. For example, for the 1.0 release:
     	
-    	  ;; I keep my emacs packages in C:/Emacs
-    	  (setq load-path (cons "C:/Emacs/aspectj-emacsMode-1.0" load-path))
-    	  (require 'aspectj-mode)
+;; I keep my emacs packages in C:/Emacs
+(setq load-path (cons "C:/Emacs/aspectj-emacsMode-1.0" load-path))
+(require 'aspectj-mode)
+      
           
         
 
@@ -329,17 +330,17 @@ Error in init file: File error: "Cannot open load file", "aspectj-mode"
 
       
         Symptom: When trying to get a jump menu,
-       I get the message "No crosscut elements at point" even though 
+       I get the message "No crosscut elements at point" even though
        there is a [list] on the same line.
         
 
         The caret (point) is probably on or after the list.
-        To see the crosscut elements you need to hit the jump menu 
-        on the same line that the annotated elements appear as a list 
-        of items surrounded by '[' and ']' on the same line as the 
-        affected declaration.  If the caret is on the same line as the 
-        elements and before the list (i.e. not at the end of the 
-        list of elements) the jump menu should work. 
+        To see the crosscut elements you need to hit the jump menu
+        on the same line that the annotated elements appear as a list
+        of items surrounded by '[' and ']' on the same line as the
+        affected declaration.  If the caret is on the same line as the
+        elements and before the list (i.e. not at the end of the
+        list of elements) the jump menu should work.
         
       
     
-- 
cgit v1.2.3