mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
Merge branch 'bugfix'
This commit is contained in:
commit
755fef38f5
@ -991,7 +991,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."
|
||||
|
@ -1656,7 +1656,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…
Reference in New Issue
Block a user