X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/4d1fad67524431f7c8f20bc62e503d49e8177fb8..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/muse/muse-publish.el diff --git a/packages/muse/muse-publish.el b/packages/muse/muse-publish.el index cbcd4158e..a5d5f08e3 100644 --- a/packages/muse/muse-publish.el +++ b/packages/muse/muse-publish.el @@ -1017,17 +1017,17 @@ If IGNORE-READ-ONLY is non-nil, ignore the read-only property. CONTEXT is used to figure out what kind of specials to escape. The following contexts exist in Muse. -'underline _underlined text_ -'literal =monospaced text= or region (monospaced, escaped) -'emphasis *emphasized text* -'email email@example.com -'url http://example.com -'url-desc [[...][description of an explicit link]] -'image [[image.png]] -'example region (monospaced, block context, escaped) -'verbatim region (escaped) -'footnote footnote text -'document normal text" +`underline' _underlined text_ +`literal' =monospaced text= or region (monospaced, escaped) +`emphasis' *emphasized text* +`email' email@example.com +`url' http://example.com +`url-desc' [[...][description of an explicit link]] +`image' [[image.png]] +`example' region (monospaced, block context, escaped) +`verbatim' region (escaped) +`footnote' footnote text +`document' normal text" (let ((specials (muse-style-element :specials nil t))) (cond ((functionp specials) (setq specials (funcall specials context)))