]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor documentation fixes
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Jul 2023 13:49:18 +0000 (16:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 30 Jul 2023 07:22:42 +0000 (10:22 +0300)
* src/character.c (Fstring_width): Doc fix.

* doc/emacs/trouble.texi (Understanding Bug Reporting): Fix typo
(bug#64854).

(cherry picked from commit f6e4e77d23d0be79be83ef41c3ea9acd5c983af2)

doc/emacs/trouble.texi
src/character.c

index bccdea72b196300da122e17a58d5ffae0b49ca7c..d2e8ac3452ae48bb79e093aa5ad15b7ca3a9d2eb 100644 (file)
@@ -706,7 +706,7 @@ produced by typing those commands.
 for the detailed raw data.  Reporting the facts is straightforward,
 but many people strain to posit explanations and report them instead
 of the facts.  If the explanations are based on guesses about how
-Emacs is implemented, they night not be useful; meanwhile, lacking the
+Emacs is implemented, they might not be useful; meanwhile, lacking the
 facts, we will have no real information about the bug.  If you want to
 actually @emph{debug} the problem, and report explanations that are
 more than guesses, that is useful---but please include the raw facts
index d0b18367a8332c1b84d772222801e51292043f16..13d516987d3961019f34ca9121b0a851a112fc88 100644 (file)
@@ -470,7 +470,7 @@ used for non-Latin and other unusual characters (such as emoji) is
 ignored as well, as are display properties and invisible text.
 For these reasons, the results are not generally reliable;
 for accurate dimensions of text as it will be displayed,
-use `window-text-pixel-size' instead.
+use `string-pixel-width' or `window-text-pixel-size' instead.
 usage: (string-width STRING &optional FROM TO)  */)
   (Lisp_Object str, Lisp_Object from, Lisp_Object to)
 {