Protect loading routines with a lock.
[openssl.git] / doc / c-indentation.el
index 48ca3cf69b30b8302d3e28b604c9da1cd41d94e8..cbf01cb1720a4f39b4655bc3d0df9041bb086742 100644 (file)
 ;
 ; Apparently statement blocks that are not introduced by a statement
 ; such as "if" and that are not the body of a function cannot
-; be handled too well by CC mode with this indentation style.
-; The style defined below does not indent them at all.
-; To insert tabs manually, prefix them with ^Q (the "quoted-insert"
-; command of Emacs).  If you know a solution to this problem
-; or find other problems with this indentation style definition,
-; please send e-mail to bodo@openssl.org.
+; be handled too well by CC mode with this indentation style,
+; so you have to indent them manually (you can use C-q tab).
+; 
+; For suggesting improvements, please send e-mail to bodo@openssl.org.
 
 (c-add-style "eay"
             '((c-basic-offset . 8)