소스 검색

Fix typo in code

Carsten Dominik 14 년 전
부모
커밋
a821f4e922
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
lisp/org-capture.el

@@ -741,7 +741,7 @@ it.  When it is a variable, retrieve the value.  Return whatever we get."
 	 ((functionp file) (funcall file))
 	 ((and (symbolp file) (boundp file)) (symbol-value file))
 	 ((and file (consp file)) (eval file))
-	 t file)))
+	 (t file))))
 
 (defun org-capture-target-buffer (file)
   "Get a buffer for FILE."