; * 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))
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue