emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Kangas
Subject: emacs-28 1d1e963: ; * lisp/emacs-lisp/shortdoc.el: Fix typo.
Date: Sun, 10 Oct 2021 07:54:06 -0400 (EDT)

branch: emacs-28
commit 1d1e96377c6228e4479c65066382681dc1887397
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/emacs-lisp/shortdoc.el: Fix typo.
---
 lisp/emacs-lisp/shortdoc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index 51c822d..25bd17b 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]