Explorar o código

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

Kyle Meyer %!s(int64=9) %!d(string=hai) anos
pai
achega
f02d15d677
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)))