]> code.delx.au - gnu-emacs/blobdiff - lisp/skeleton.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / skeleton.el
index 84b0e0a57543b1a192ddfab9fdb54bf6bbdb411f..1363422dcc286b350da3d76a1a13a7d4e25d9987 100644 (file)
@@ -502,8 +502,9 @@ Pairing is also prohibited if we are right after a quoting character
 such as backslash.
 
 If a match is found in `skeleton-pair-alist', that is inserted, else
-the defaults are used.  These are (), [], {}, <> and `' for the
-symmetrical ones, and the same character twice for the others."
+the defaults are used.  These are (), [], {}, <> and (grave
+accent, apostrophe) for the paired ones, and the same character
+twice for the others."
   (interactive "*P")
   (if (or arg (not skeleton-pair))
       (self-insert-command (prefix-numeric-value arg))