From 4127e53cda2c84d9d200c7c3987c33b89eea95fe Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sat, 25 Jun 2011 13:13:54 -0700 Subject: [PATCH] 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. --- lisp/ob-exp.el | 6 ------ lisp/ob-lob.el | 6 ------ lisp/ob.el | 6 ------ 3 files changed, 18 deletions(-) diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 867024220..9bfb92771 100644 --- a/lisp/ob-exp.el +++ b/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 . -;;; Commentary: - -;; See the online documentation for more information -;; -;; http://orgmode.org/worg/org-contrib/babel/ - ;;; Code: (require 'ob) (require 'org-exp-blocks) diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index fbbc9758c..d04944df4 100644 --- a/lisp/ob-lob.el +++ b/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 . -;;; Commentary: - -;; See the online documentation for more information -;; -;; http://orgmode.org/worg/org-contrib/babel/ - ;;; Code: (require 'ob) (require 'ob-table) diff --git a/lisp/ob.el b/lisp/ob.el index 6616f2e79..6be5b5ba7 100644 --- a/lisp/ob.el +++ b/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 . -;;; Commentary: - -;; See the online documentation for more information -;; -;; http://orgmode.org/worg/org-contrib/babel/ - ;;; Code: (eval-when-compile (require 'cl))