瀏覽代碼

Tiny docstring fix

* lisp/org.el (org-compile-file): Fix docstring.
Nicolas Goaziou 9 年之前
父節點
當前提交
7fc980f75e
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lisp/org.el

+ 3 - 2
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
 %O are replaced with, respectively, SOURCE base name, name, full
 name, directory and absolute output file name.  It is possible,
 name, directory and absolute output file name.  It is possible,
 however, to use more place-holders by specifying them in optional
 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
 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
 be set to a buffer or a buffer name.  `shell-command' then uses