Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-30 15:15:30 +0300
committerRichard Levitte <levitte@openssl.org>2002-10-30 15:15:30 +0300
commit7fff6639911e4467c8f687924a1e7dc465ff5c17 (patch)
tree1d47517c478ede59b5f46872b929e4ea18e75e36 /doc
parent3df44c0571162175c162b3cfaa79ac5da3afea1a (diff)
Recent changes from 0.9.6-stable.
Diffstat (limited to 'doc')
-rw-r--r--doc/c-indentation.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/c-indentation.el b/doc/c-indentation.el
index 48ca3cf69b..cbf01cb172 100644
--- a/doc/c-indentation.el
+++ b/doc/c-indentation.el
@@ -13,12 +13,10 @@
;
; 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)