mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Fix typos
* doc/lispref/display.texi (Size of Displayed Text): * lisp/net/trampver.el (tramp-inside-emacs): Fix typos in docstrings.
This commit is contained in:
parent
1682bd18f5
commit
0fcf8dca6a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue