emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 5dbaddc729: ; Fix some typos


From: Stefan Kangas
Subject: emacs-28 5dbaddc729: ; Fix some typos
Date: Sun, 15 May 2022 05:06:13 -0400 (EDT)

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

    ; Fix some typos
---
 ChangeLog.3             | 2 +-
 doc/misc/transient.texi | 2 +-
 src/emacs.c             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.3 b/ChangeLog.3
index 52c6300f1f..ecd966fb69 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1293,7 +1293,7 @@
 
        Don't bug out on certain empty elements with ids
 
-       * lisp/net/shr.el (shr-descend): Fix empty-element #id targetting
+       * lisp/net/shr.el (shr-descend): Fix empty-element #id targeting
        (bug#52391).
 
 2021-12-09  Paul Eggert  <eggert@cs.ucla.edu>
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi
index 191fe8cd85..d634ad5197 100644
--- a/doc/misc/transient.texi
+++ b/doc/misc/transient.texi
@@ -2025,7 +2025,7 @@ They are defined here anyway to allow sharing certain 
methods.
 @code{value} The value.  Should not be accessed directly.
 
 @item
-@code{init-value} Function that is responsable for setting the object's
+@code{init-value} Function that is responsible for setting the object's
 value.  If bound, then this is called with the object as the only
 argument.  Usually this is not bound, in which case the object's
 primary @code{transient-init-value} method is called instead.
diff --git a/src/emacs.c b/src/emacs.c
index 0f96716fb3..ccc0dd269f 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1365,7 +1365,7 @@ main (int argc, char **argv)
      related to the GUI system, like -font, -geometry, and -title, and
      then processes the rest of arguments whose priority is below
      those that are related to the GUI system.  The arguments
-     porcessed by 'command-line' are removed from 'command-line-args';
+     processed by 'command-line' are removed from 'command-line-args';
      the arguments processed by 'command-line-1' aren't, they are only
      removed from 'command-line-args-left'.
 



reply via email to

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