; * lisp/emacs-lisp/shortdoc.el: Fix typo.

This commit is contained in:
Stefan Kangas 2021-10-10 13:52:24 +02:00
parent 6bf29072e9
commit 1d1e96377c

View file

@ -1319,11 +1319,11 @@ function's documentation in the Info manual")))
(princ value (current-buffer))
(insert "\n"))
(:eg-result
(insert " eg. " double-arrow " ")
(insert " e.g. " double-arrow " ")
(prin1 value (current-buffer))
(insert "\n"))
(:eg-result-string
(insert " eg. " double-arrow " ")
(insert " e.g. " double-arrow " ")
(princ value (current-buffer))
(insert "\n")))))
;; Insert the arglist after doing the evals, in case that's pulled