diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2022-11-20 10:25:59 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2022-11-20 10:25:59 +0100 |
commit | 0fcf8dca6ac736f48c57bf981e06767b52ebf38c (patch) | |
tree | 2c097ae132f97530e78bec4d0a0c1f0ff9d3f6ef /lisp/net | |
parent | 1682bd18f50ed2095b2162207603c6b8a3f0225f (diff) | |
download | emacs-0fcf8dca6ac736f48c57bf981e06767b52ebf38c.tar.gz emacs-0fcf8dca6ac736f48c57bf981e06767b52ebf38c.tar.bz2 emacs-0fcf8dca6ac736f48c57bf981e06767b52ebf38c.zip |
; Fix typos
* doc/lispref/display.texi (Size of Displayed Text):
* lisp/net/trampver.el (tramp-inside-emacs): Fix typos in docstrings.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/trampver.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 2b39add20d9..caf6750c26d 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -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)) |