mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Pacify more docstring control char warnings
* lisp/org/org-macs.el (org-split-string): Escape control chars. * lisp/org/ox-latex.el (org-latex-guess-babel-language): And here.
This commit is contained in:
parent
15ed441fd5
commit
862dfef88d
2 changed files with 2 additions and 2 deletions
|
|
@ -982,7 +982,7 @@ Otherwise, return nil."
|
|||
"Splits STRING into substrings at SEPARATORS.
|
||||
|
||||
SEPARATORS is a regular expression. When nil, it defaults to
|
||||
\"[ \f\t\n\r\v]+\".
|
||||
\"[ \\f\\t\\n\\r\\v]+\".
|
||||
|
||||
Unlike `split-string', matching SEPARATORS at the beginning and
|
||||
end of string are ignored."
|
||||
|
|
|
|||
|
|
@ -1632,7 +1632,7 @@ explicitly been loaded. Then it is added to the rest of
|
|||
package's options.
|
||||
|
||||
The optional argument to Babel or the mandatory argument to
|
||||
`\babelprovide' command may be \"AUTO\" which is then replaced
|
||||
`\\babelprovide' command may be \"AUTO\" which is then replaced
|
||||
with the language of the document or
|
||||
`org-export-default-language' unless language in question is
|
||||
already loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue