aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2025-05-03 06:26:31 -0400
committerEli Zaretskii2025-05-03 06:26:31 -0400
commit3bf5a1cda7c820c37553637236569121fe2c8367 (patch)
tree1bb4af7eacb499964345d279e144bd07174f4c6e /etc
parent02d6884537632f41d57edd8c0a03bc51795948c1 (diff)
parent1f998d11a585a9915cc6e8b67050dc1bb9191107 (diff)
downloademacs-3bf5a1cda7c820c37553637236569121fe2c8367.tar.gz
emacs-3bf5a1cda7c820c37553637236569121fe2c8367.zip
Merge from origin/emacs-30
1f998d11a58 ; * doc/misc/ert.texi (erts files): Improve indexing. 52183c9596c ; * lisp/battery.el (battery-status-function): Doc fix. dc3e79a80ee ; * etc/DEBUG: Grammar fix. 7d02ffe87b4 ; * lisp/international/mule.el (define-coding-system): Do...
Diffstat (limited to 'etc')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 148bb9255a5..25049ad42b4 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -541,7 +541,7 @@ related data structures in a terse and user-friendly format:
541 'pgrow' dumps all glyphs in current glyph_row 'row'. 541 'pgrow' dumps all glyphs in current glyph_row 'row'.
542 'pcursor' dumps current output_cursor. 542 'pcursor' dumps current output_cursor.
543 543
544The above commands also exist in a version with an 'x' suffix which takes an 544The above commands also exist in versions with an 'x' suffix which take an
545object of the relevant type as argument. For example, 'pgrowx' dumps all 545object of the relevant type as argument. For example, 'pgrowx' dumps all
546glyphs in its argument, which must be of type 'struct glyph_row'. 546glyphs in its argument, which must be of type 'struct glyph_row'.
547 547