ox: Fix docstrings

* lisp/ox.el (org-export-dictionary, org-export-translate): Fix spaces
  at the end of sentences.  Do not upcase `car' and `cdr'.
This commit is contained in:
Nicolas Goaziou 2015-01-22 00:23:06 +01:00
parent 6b450ce81c
commit f15b17688c

View file

@ -5508,8 +5508,8 @@ them."
("zh-CN" :html "未知引用" :utf-8 "未知引用"))) ("zh-CN" :html "未知引用" :utf-8 "未知引用")))
"Dictionary for export engine. "Dictionary for export engine.
Alist whose CAR is the string to translate and CDR is an alist Alist whose car is the string to translate and cdr is an alist
whose CAR is the language string and CDR is a plist whose whose car is the language string and cdr is a plist whose
properties are possible charsets and values translated terms. properties are possible charsets and values translated terms.
It is used as a database for `org-export-translate'. Since this It is used as a database for `org-export-translate'. Since this