projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf2907
)
; * lisp/emacs-lisp/shortdoc.el: Fix typo.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 10 Oct 2021 11:52:24 +0000
(13:52 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 10 Oct 2021 11:53:55 +0000
(13:53 +0200)
lisp/emacs-lisp/shortdoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/shortdoc.el
b/lisp/emacs-lisp/shortdoc.el
index 51c822d21e252a517525cd181662c38209b7720e..25bd17bdb96262c713a0a986c7bc53412e2e956d 100644
(file)
--- a/
lisp/emacs-lisp/shortdoc.el
+++ b/
lisp/emacs-lisp/shortdoc.el
@@
-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