]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/DEBUG: Grammar fix.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 2 May 2025 02:26:08 +0000 (10:26 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 06:55:11 +0000 (08:55 +0200)
(cherry picked from commit dc3e79a80ee5b958ab0f6ffc6861fb5ac9418bab)

etc/DEBUG

index 0d149534d19c22725c4b136ca2dc0eed374bd841..cc483daee0d1426e7508698c11288d4280da87b9 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -541,7 +541,7 @@ related data structures in a terse and user-friendly format:
  'pgrow' dumps all glyphs in current glyph_row 'row'.
  'pcursor' dumps current output_cursor.
 
-The above commands also exist in a version with an 'x' suffix which takes an
+The above commands also exist in versions with an 'x' suffix which take an
 object of the relevant type as argument.  For example, 'pgrowx' dumps all
 glyphs in its argument, which must be of type 'struct glyph_row'.