]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/muse/muse-publish.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / muse / muse-publish.el
index cbcd4158e7d88eb11466df1d942ce61acf614090..a5d5f08e327852b97fb102afc9a441883d9b59f4 100644 (file)
@@ -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.
 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 <code> 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    <example> region (monospaced, block context, escaped)
-'verbatim   <verbatim> region (escaped)
-'footnote   footnote text
-'document   normal text"
+`underline'  _underlined text_
+`literal'    =monospaced text= or <code> 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'    <example> region (monospaced, block context, escaped)
+`verbatim'   <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)))
   (let ((specials (muse-style-element :specials nil t)))
     (cond ((functionp specials)
            (setq specials (funcall specials context)))