]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-sh.el
Small doc fixes.
[gnu-emacs] / lisp / org / ob-sh.el
index 9349a842a603ee84c18e5123deb4d7241c2271bc..f46ba45770a31b2d794ba795b096bf7ba71576aa 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-sh.el --- org-babel functions for shell evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011  Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -193,6 +193,6 @@ return the value of the last statement in BODY."
 
 (provide 'ob-sh)
 
-;; arch-tag: 416dd531-c230-4b0a-a5bf-8d948f990f2d
+
 
 ;;; ob-sh.el ends here