summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-11-27 12:20:01 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-11-27 12:20:01 +0100
commit7fc980f75eff268a9879360f4d940bea659de489 (patch)
treebac9646f0314c14c0da72db6b8106dc23347fbd6
parent289363d51023b7ed785dabe7e68ac81d45539cdf (diff)
downloadorg-mode-7fc980f75eff268a9879360f4d940bea659de489.tar.gz
Tiny docstring fix
* lisp/org.el (org-compile-file): Fix docstring.
-rw-r--r--lisp/org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index de510ed..4cd7fb6 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -22769,8 +22769,9 @@ If it is a list of commands, each of them is called using
%O are replaced with, respectively, SOURCE base name, name, full
name, directory and absolute output file name. It is possible,
however, to use more place-holders by specifying them in optional
-argument SPEC, as an alist following the pattern (CHARACTER
-. REPLACEMENT-STRING).
+argument SPEC, as an 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