]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix some typos
authorStefan Kangas <stefan@marxist.se>
Sun, 15 May 2022 09:05:36 +0000 (11:05 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 15 May 2022 09:05:36 +0000 (11:05 +0200)
ChangeLog.3
doc/misc/transient.texi
src/emacs.c

index 52c6300f1f93d803399c82bba6767343a00c37a0..ecd966fb6914c407e55a5bbe4eb9b06b14bf240e 100644 (file)
 
        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>
index 191fe8cd853e1c7432c34799e2d3de1ff02aee39..d634ad5197a5317c4b0ccda210ae7d6f65cd41f7 100644 (file)
@@ -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.
index 0f96716fb386e8ee7bcdf9736422305a423b90ea..ccc0dd269f4aaffcb8f349825552ab30bd83cea0 100644 (file)
@@ -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'.