Browse Source

ob-core: Fix comment typo from Emacs's 1203e8a

Kyle Meyer 9 years ago
parent
commit
f02d15d677
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
lisp/ob-core.el

@@ -317,7 +317,7 @@ name of the code block."
 				   org-confirm-babel-evaluate)))
 	    (code-block      (if ,info (format  " %s "  ,lang) " "))
 	    (block-name      (if ,name (format " (%s) " ,name) " ")))
-       ;; Silence byte-compiler is `body' doesn't use those vars.
+       ;; Silence byte-compiler if `body' doesn't use those vars.
        (ignore noeval query)
        ,@body)))