]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-variable): Don't call substitute-command-keys.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Oct 1995 21:18:39 +0000 (21:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Oct 1995 21:18:39 +0000 (21:18 +0000)
lisp/help.el

index e416fd3d88764006ef25a237078611c59cd79d53..68c18ecd48a6f3e44189b829d74612e156929eb9 100644 (file)
@@ -627,9 +627,7 @@ Returns the documentation as a string, also."
     (princ "Documentation:")
     (terpri)
     (let ((doc (documentation-property variable 'variable-documentation)))
-      (if doc
-         (princ (substitute-command-keys doc))
-       (princ "not documented as a variable.")))
+      (princ (or doc "not documented as a variable.")))
     (print-help-return-message)
     (save-excursion
       (set-buffer standard-output)