From 004bd64948c575bc539bc0d7b1e57931f6238f97 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 8 Nov 2016 17:53:22 +0100 Subject: [PATCH] Fix docstring * lisp/org.el (org-compile-file): Fix docstring. --- lisp/org.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 9bf49f742..40b177f63 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -22752,10 +22752,7 @@ alist following the pattern (CHARACTER . REPLACEMENT-STRING). When PROCESS is a list of commands, optional argument LOG-BUF can be set to a buffer or a buffer name. `shell-command' then uses -it for output. - -`default-directory' is set to SOURCE directory during the whole -process." +it for output." (let* ((base-name (file-name-base source)) (full-name (file-truename source)) (out-dir (file-name-directory source))