goba            Sun Aug 19 14:40:08 2001 EDT

  Modified files:              
    /phpdoc/en/pear     standards.xml 
  Log:
  php is PHP, perl is Perl, some typos
  
  
Index: phpdoc/en/pear/standards.xml
diff -u phpdoc/en/pear/standards.xml:1.11 phpdoc/en/pear/standards.xml:1.12
--- phpdoc/en/pear/standards.xml:1.11   Sun Aug 19 07:09:18 2001
+++ phpdoc/en/pear/standards.xml        Sun Aug 19 14:40:08 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <chapter id="pear.standards">
   <title>PEAR Coding Standards</title>
   <note>
@@ -15,7 +15,7 @@
     Use an indent of 4 spaces, with no tabs. If you use Emacs to edit PEAR
     code, you should set indent-tabs-mode to nil. Here is an example mode
     hook that will set up Emacs according to these guidelines (you will
-    need to ensure that it is called when you are editing php files):
+    need to ensure that it is called when you are editing PHP files):
     <programlisting role="elisp">
 (defun php-mode-hook ()
   (setq tab-width 4
@@ -157,8 +157,8 @@
     forget how it works.
    </para>
    <para>
-    C style comments (/* */) and standard C++ comments (// ) are both
-    fine. Use of perl/shell style comments (# ) is discouraged.
+    C style comments (/* */) and standard C++ comments (//) are both
+    fine. Use of Perl/shell style comments (#) is discouraged.
    </para>
   </sect1>
 


Reply via email to