summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-11-11 09:33:05 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-11-11 09:33:05 -0700
commit51638aed3e129ba1aec5f62674d3850640679765 (patch)
tree50a064eca1c945d2a82671e4c4e94ad0b48af12d
parentcd35ad9314e3b2f06542c98c939cf6580b9e6eb5 (diff)
downloadorg-mode-51638aed3e129ba1aec5f62674d3850640679765.tar.gz
change wording of processing message
* lisp/ob-exp.el (org-babel-exp-src-block): Tweak wording of processing message.
-rw-r--r--lisp/ob-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index 3874338..24fe19c 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -117,7 +117,7 @@ Assume point is at the beginning of block's starting line."
(raw-params (nth 2 info)) hash)
;; bail if we couldn't get any info from the block
(unless noninteractive
- (message "Processing %s code block at line %d..." lang line))
+ (message "org-babel-exp process %s at line %d..." lang line))
(when info
;; if we're actually going to need the parameters
(when (member (cdr (assoc :exports (nth 2 info))) '("both" "results"))