]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 20 Nov 2022 09:25:59 +0000 (10:25 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 20 Nov 2022 09:25:59 +0000 (10:25 +0100)
* doc/lispref/display.texi (Size of Displayed Text):
* lisp/net/trampver.el (tramp-inside-emacs): Fix typos in docstrings.

doc/lispref/display.texi
lisp/net/trampver.el

index c75107fb588424e23da3935a384345a65c2534f0..10a1a18dd1c6314f323986221be259cf3dbbe7ff 100644 (file)
@@ -2273,7 +2273,7 @@ complex text shaping requires that for some scripts.  When that
 happens, characters no longer map in a simple way to display columns,
 and display layout decisions with such strings, such as truncating too
 wide strings, can be a complex job.  This function helps in performing
-suvh jobs: it splits up its argument @var{string} into a list of
+such jobs: it splits up its argument @var{string} into a list of
 substrings, where each substring produces a single grapheme cluster
 that should be displayed as a unit.  Lisp programs can then use this
 list to construct visually-valid substrings of @var{string} which will
index 2b39add20d94b3f99327ebb8536af1a8a4688f36..caf6750c26d3a51fcfb6017dab91aaac468b1580 100644 (file)
@@ -83,7 +83,7 @@
   (unless (string-equal "ok" x) (error "%s" x)))
 
 (defun tramp-inside-emacs ()
-  "Version string provided by INSIDE_EMACS enmvironment variable."
+  "Version string provided by INSIDE_EMACS environment variable."
   (concat (or (getenv "INSIDE_EMACS") emacs-version)
          ",tramp:" tramp-version))