]> code.delx.au - gnu-emacs/blobdiff - lisp/apropos.el
Fix minor text quoting problems in lisp top level
[gnu-emacs] / lisp / apropos.el
index 73f86df11e43a74746d548b0d57cc5e914747224..ec212968db6888e59785818490ab2c6d9fbac81a 100644 (file)
@@ -1205,7 +1205,7 @@ If non-nil, TEXT is a string that will be printed as a heading."
     (set-buffer standard-output)
     (princ "Symbol ")
     (prin1 symbol)
-    (princ "'s plist is\n (")
+    (princ (substitute-command-keys "'s plist is\n ("))
     (put-text-property (+ (point-min) 7) (- (point) 14)
                       'face 'apropos-symbol)
     (insert (apropos-format-plist symbol "\n  "))