]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/shortdoc.el: Fix typo.
authorStefan Kangas <stefan@marxist.se>
Sun, 10 Oct 2021 11:52:24 +0000 (13:52 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 10 Oct 2021 11:53:55 +0000 (13:53 +0200)
lisp/emacs-lisp/shortdoc.el

index 51c822d21e252a517525cd181662c38209b7720e..25bd17bdb96262c713a0a986c7bc53412e2e956d 100644 (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