; * lisp/emacs-lisp/shortdoc.el: Fix typo.
This commit is contained in:
parent
6bf29072e9
commit
1d1e96377c
1 changed files with 2 additions and 2 deletions
|
@ -1319,11 +1319,11 @@ function's documentation in the Info manual")))
|
||||||
(princ value (current-buffer))
|
(princ value (current-buffer))
|
||||||
(insert "\n"))
|
(insert "\n"))
|
||||||
(:eg-result
|
(:eg-result
|
||||||
(insert " eg. " double-arrow " ")
|
(insert " e.g. " double-arrow " ")
|
||||||
(prin1 value (current-buffer))
|
(prin1 value (current-buffer))
|
||||||
(insert "\n"))
|
(insert "\n"))
|
||||||
(:eg-result-string
|
(:eg-result-string
|
||||||
(insert " eg. " double-arrow " ")
|
(insert " e.g. " double-arrow " ")
|
||||||
(princ value (current-buffer))
|
(princ value (current-buffer))
|
||||||
(insert "\n")))))
|
(insert "\n")))))
|
||||||
;; Insert the arglist after doing the evals, in case that's pulled
|
;; Insert the arglist after doing the evals, in case that's pulled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue