From ea575950d957fcecc74ed6f53c29bb6b77e9fe26 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 29 Apr 2015 13:25:34 +0200 Subject: [PATCH] org-src: Tiny fix * lisp/org-src.el (org-src-mode): Tiny fix. --- lisp/org-src.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-src.el b/lisp/org-src.el index 3c96655f6..6774ea4ee 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -543,7 +543,7 @@ There is a mode hook, and keybindings for `org-edit-src-exit' and (org-set-local 'header-line-format (substitute-command-keys - (if write-back + (if org-src--allow-write-back "Edit, then exit with \\[org-edit-src-exit] or abort with \ \\[org-edit-src-abort]" "Exit with \\[org-edit-src-exit] or abort with \ -- 2.11.4.GIT