소스 검색

org-src: Tiny fix

* lisp/org-src.el (org-src-mode): Tiny fix.
Nicolas Goaziou 10 년 전
부모
커밋
ea575950d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -543,7 +543,7 @@ There is a mode hook, and keybindings for `org-edit-src-exit' and
     (org-set-local
     (org-set-local
      'header-line-format
      'header-line-format
      (substitute-command-keys
      (substitute-command-keys
-      (if write-back
+      (if org-src--allow-write-back
 	  "Edit, then exit with \\[org-edit-src-exit] or abort with \
 	  "Edit, then exit with \\[org-edit-src-exit] or abort with \
 \\[org-edit-src-abort]"
 \\[org-edit-src-abort]"
 	"Exit with \\[org-edit-src-exit] or abort with \
 	"Exit with \\[org-edit-src-exit] or abort with \