瀏覽代碼

ob: remove code comments pointing to online documentation

* lisp/ob.el: Remove code comment about online documentation.
* lisp/ob-exp.el: Remove code comment about online documentation.
* lisp/ob-lob.el: Remove code comment about online documentation.
Eric Schulte 14 年之前
父節點
當前提交
4127e53cda
共有 3 個文件被更改,包括 0 次插入18 次删除
  1. 0 6
      lisp/ob-exp.el
  2. 0 6
      lisp/ob-lob.el
  3. 0 6
      lisp/ob.el

+ 0 - 6
lisp/ob-exp.el

@@ -22,12 +22,6 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-;;; Commentary:
-
-;; See the online documentation for more information
-;; 
-;;   http://orgmode.org/worg/org-contrib/babel/
-
 ;;; Code:
 (require 'ob)
 (require 'org-exp-blocks)

+ 0 - 6
lisp/ob-lob.el

@@ -22,12 +22,6 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-;;; Commentary:
-
-;; See the online documentation for more information
-;; 
-;;   http://orgmode.org/worg/org-contrib/babel/
-
 ;;; Code:
 (require 'ob)
 (require 'ob-table)

+ 0 - 6
lisp/ob.el

@@ -22,12 +22,6 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-;;; Commentary:
-
-;; See the online documentation for more information
-;;
-;;   http://orgmode.org/worg/org-contrib/babel/
-
 ;;; Code:
 (eval-when-compile
   (require 'cl))