]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/wisi/wisi.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / wisi / wisi.el
index 0b29b3e49fbe32f5eed9b31f5aadb2b14038803c..bb49f655e0605d5d120577518c995f899c5d43fc 100644 (file)
 (defvar-local wisi-string-quote-escape-doubled nil
   "Non-nil if a string delimiter is escaped by doubling it (as in Ada).")
 (defvar-local wisi-string-quote-escape nil
-  "Cons '(delim . character) where 'character' escapes quotes in strings delimited by 'delim'.")
+  "Cons (delim . character) where `character' escapes quotes in strings delimited by `delim'.")
 (defvar-local wisi-string-single-term nil) ;; string delimited by single quotes
 (defvar-local wisi-symbol-term nil)
 (defvar-local wisi-number-term nil)
@@ -787,7 +787,7 @@ PAIRS is a vector of the form [TOKEN-NUMBER CLASS TOKEN-NUMBER
 CLASS ...] where TOKEN-NUMBER is the (1 indexed) token number in
 the production, CLASS is the wisi class of that token. Use in a
 grammar action as:
-  (wisi-statement-action [1 'statement-start 7 'statement-end])"
+  (wisi-statement-action [1 \\='statement-start 7 \\='statement-end])"
   (save-excursion
     (let ((first-item t)
          first-keyword-mark